Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_rtc.c141 RTC_CTL &= (uint32_t)(~RTC_CTL_CS); in rtc_init()
278 rtc_initpara_struct->rtc_display_format = (uint32_t)(temp_ctlr & RTC_CTL_CS); in rtc_current_time_get()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_rtc.h90 #define RTC_CTL_CS BIT(6) /*!< display… macro
318 #define RTC_12HOUR RTC_CTL_CS /*!< 12-hour…
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_rtc.h112 #define RTC_CTL_CS BIT(6) /*!< display format… macro
348 #define RTC_12HOUR RTC_CTL_CS /*!< 12-hour …
/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_rtc.h92 #define RTC_CTL_CS BIT(6) /*!< display… macro
352 #define RTC_12HOUR RTC_CTL_CS /*!< 12-hour…
/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_rtc.c178 RTC_CTL &= (uint32_t)(~RTC_CTL_CS); in rtc_init()
315 rtc_initpara_struct->display_format = (uint32_t)(temp_ctlr & RTC_CTL_CS); in rtc_current_time_get()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_rtc.c162 RTC_CTL &= (uint32_t)(~RTC_CTL_CS); in rtc_init()
299 rtc_initpara_struct->display_format = (uint32_t)(temp_ctlr & RTC_CTL_CS); in rtc_current_time_get()