Macros

#define RTC_FLAG_ALARM   RTC_INT_STAT_ALARM
 
#define RTC_FLAG_WRAP   RTC_INT_STAT_WRAP
 
#define RTC_FLAG_TICK   RTC_INT_STAT_TICK
 

Detailed Description

Macro Definition Documentation

◆ RTC_FLAG_ALARM

#define RTC_FLAG_ALARM   RTC_INT_STAT_ALARM

Alarm interrupt flag

Definition at line 75 of file gr55xx_hal_rtc.h.

◆ RTC_FLAG_TICK

#define RTC_FLAG_TICK   RTC_INT_STAT_TICK

Tick interrupt flag

Definition at line 77 of file gr55xx_hal_rtc.h.

◆ RTC_FLAG_WRAP

#define RTC_FLAG_WRAP   RTC_INT_STAT_WRAP

Wrap interrupt flag

Definition at line 76 of file gr55xx_hal_rtc.h.