Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_rtc.h98 #define RTC_CTL_COS BIT(19) /*!< calibra… macro
313 #define RTC_CALIBRATION_1HZ RTC_CTL_COEN | RTC_CTL_COS /*!< calibra…
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_rtc.h125 #define RTC_CTL_COS BIT(19) /*!< calibration ou… macro
339 #define RTC_CALIBRATION_1HZ (RTC_CTL_COEN | RTC_CTL_COS) /*!< calibrat…
/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_rtc.h104 #define RTC_CTL_COS BIT(19) /*!< calibra… macro
343 #define RTC_CALIBRATION_1HZ (RTC_CTL_COEN | RTC_CTL_COS) /*!< calibra…
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_rtc.c757 RTC_CTL &= (uint32_t)~(RTC_CTL_COEN | RTC_CTL_OS | RTC_CTL_OPOL | RTC_CTL_COS); in rtc_alter_output_config()
/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_rtc.c951 RTC_CTL &= (uint32_t)~(RTC_CTL_COEN | RTC_CTL_COS); in rtc_calibration_output_config()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_rtc.c872 RTC_CTL &= (uint32_t)~(RTC_CTL_COEN | RTC_CTL_COS); in rtc_calibration_output_config()