Macros

#define CALENDAR_FLAG_ALARM   RTC_INT_STAT_ALARM
 
#define CALENDAR_FLAG_WRAP   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 193 of file hal_calendar.h.

◆ CALENDAR_FLAG_TICK

#define CALENDAR_FLAG_TICK   RTC_INT_STAT_TICK

Tick interrupt flag

Definition at line 195 of file hal_calendar.h.

◆ CALENDAR_FLAG_WRAP

#define CALENDAR_FLAG_WRAP   RTC_INT_STAT_WRAP

Wrap interrupt flag

Definition at line 194 of file hal_calendar.h.