Macros

#define CALENDAR_FLAG_ALARM   RTC_INT_STAT_ALARM
 
#define CALENDAR_FLAG_WARP   RTC_INT_STAT_WRAP
 
#define CALENDAR_FLAG_TICK   RTC_INT_STAT_TICK
 

Detailed Description

Macro Definition Documentation

◆ CALENDAR_FLAG_ALARM

#define CALENDAR_FLAG_ALARM   RTC_INT_STAT_ALARM

Alarm interrupt flag

Definition at line 195 of file gr55xx_hal_calendar.h.

◆ CALENDAR_FLAG_TICK

#define CALENDAR_FLAG_TICK   RTC_INT_STAT_TICK

Tick interrupt flag

Definition at line 197 of file gr55xx_hal_calendar.h.

◆ CALENDAR_FLAG_WARP

#define CALENDAR_FLAG_WARP   RTC_INT_STAT_WRAP

Warp interrupt flag

Definition at line 196 of file gr55xx_hal_calendar.h.