Home
last modified time | relevance | path

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

/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_rtc.c123 TIME_HR(rtc_initpara_struct->rtc_hour) | \ in rtc_init()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_rtc.h269 #define TIME_HR(regval) (BITS(16,21) & ((uint32_t)(regval) << 16U)) /*!< write … macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_rtc.h293 #define TIME_HR(regval) (BITS(16,21) & ((uint32_t)(regval) << 16)) /*!< write va… macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32l23x/standard_peripheral/include/
Dgd32l23x_rtc.h292 #define TIME_HR(regval) (BITS(16,21) & ((uint32_t)(regval) << 16)) /*!< write v… macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_rtc.c144 TIME_HR(rtc_initpara_struct->hour) | \ in rtc_init()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32l23x/standard_peripheral/source/
Dgd32l23x_rtc.c160 TIME_HR(rtc_initpara_struct->hour) | \ in rtc_init()