Home
last modified time | relevance | path

Searched refs:RTC_STAT_SCPF (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/include/
Dgd32f3x0_rtc.h115 #define RTC_STAT_SCPF BIT(16) /*!< recalib… macro
479 #define RTC_FLAG_RECALIBRATION RTC_STAT_SCPF /*!< recalib…
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_rtc.h146 #define RTC_STAT_SCPF BIT(16) /*!< smooth calibra… macro
542 #define RTC_STAT_SCP RTC_STAT_SCPF /*!< smooth c…
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_rtc.c799 flag_status = RTC_STAT & RTC_STAT_SCPF; in rtc_calibration_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32l23x/standard_peripheral/include/
Dgd32l23x_rtc.h128 #define RTC_STAT_SCPF BIT(16) /*!< Smooth … macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_rtc.c1183 flag_status = RTC_STAT & RTC_STAT_SCPF; in rtc_smooth_calibration_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32l23x/standard_peripheral/source/
Dgd32l23x_rtc.c1277 flag_status = RTC_STAT & RTC_STAT_SCPF; in rtc_smooth_calibration_config()