Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_rtc.c274 rtc_initpara_struct->rtc_second = (uint8_t)GET_TIME_SC(temp_tr); in rtc_current_time_get()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_rtc.h264 #define GET_TIME_SC(regval) GET_BITS((regval),0,6) /*!< get val… macro
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_rtc.h288 #define GET_TIME_SC(regval) GET_BITS((regval),0,6) /*!< get valu… macro
/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_rtc.h287 #define GET_TIME_SC(regval) GET_BITS((regval),0,6) /*!< get val… macro
/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_rtc.c311 rtc_initpara_struct->second = (uint8_t)GET_TIME_SC(temp_tr); in rtc_current_time_get()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_rtc.c295 rtc_initpara_struct->second = (uint8_t)GET_TIME_SC(temp_tr); in rtc_current_time_get()