Home
last modified time | relevance | path

Searched refs:GET_TIME_MN (Results 1 – 6 of 6) sorted by relevance

/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_rtc.c273 rtc_initpara_struct->rtc_minute = (uint8_t)GET_TIME_MN(temp_tr); in rtc_current_time_get()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_rtc.h267 #define GET_TIME_MN(regval) GET_BITS((regval),8,14) /*!< get val… macro
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_rtc.h291 #define GET_TIME_MN(regval) GET_BITS((regval),8,14) /*!< get valu… macro
/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_rtc.h290 #define GET_TIME_MN(regval) GET_BITS((regval),8,14) /*!< get val… macro
/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_rtc.c310 rtc_initpara_struct->minute = (uint8_t)GET_TIME_MN(temp_tr); in rtc_current_time_get()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_rtc.c294 rtc_initpara_struct->minute = (uint8_t)GET_TIME_MN(temp_tr); in rtc_current_time_get()