Home
last modified time | relevance | path

Searched refs:RTC_STAT_ALRM0WF (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.h104 #define RTC_STAT_ALRM0WF BIT(0) /*!< alarm c… macro
489 #define RTC_FLAG_ALARM0_WRITTEN RTC_STAT_ALRM0WF /*!< alarm w…
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_rtc.h131 #define RTC_STAT_ALRM0WF BIT(0) /*!< alarm0 configu… macro
528 #define RTC_FLAG_ALRM0W RTC_STAT_ALRM0WF /*!< alarm0 c…
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32l23x/standard_peripheral/include/
Dgd32l23x_rtc.h112 #define RTC_STAT_ALRM0WF BIT(0) /*!< alarm c… macro
541 #define RTC_FLAG_ALARM0W RTC_STAT_ALRM0WF /*!< alarm0 …
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_rtc.c459 flag_status = RTC_STAT & RTC_STAT_ALRM0WF; in rtc_alarm_disable()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_rtc.c498 flag_status = RTC_STAT & RTC_STAT_ALRM0WF; in rtc_alarm_disable()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32l23x/standard_peripheral/source/
Dgd32l23x_rtc.c518 flag_status = RTC_STAT & RTC_STAT_ALRM0WF; in rtc_alarm_disable()