Macros | |
#define | CALENDAR_ALARM_WEEKDAY_SUN (0x01ul) |
#define | CALENDAR_ALARM_WEEKDAY_MON (0x02ul) |
#define | CALENDAR_ALARM_WEEKDAY_TUE (0x04ul) |
#define | CALENDAR_ALARM_WEEKDAY_WED (0x08ul) |
#define | CALENDAR_ALARM_WEEKDAY_THU (0x10ul) |
#define | CALENDAR_ALARM_WEEKDAY_FRI (0x20ul) |
#define | CALENDAR_ALARM_WEEKDAY_SAT (0x40ul) |
#define CALENDAR_ALARM_WEEKDAY_FRI (0x20ul) |
Alarm weekday mask Friday
Definition at line 215 of file gr55xx_hal_calendar.h.
#define CALENDAR_ALARM_WEEKDAY_MON (0x02ul) |
Alarm weekday mask Monday
Definition at line 211 of file gr55xx_hal_calendar.h.
#define CALENDAR_ALARM_WEEKDAY_SAT (0x40ul) |
Alarm weekday mask Saturday
Definition at line 216 of file gr55xx_hal_calendar.h.
#define CALENDAR_ALARM_WEEKDAY_SUN (0x01ul) |
Alarm weekday mask Sunday
Definition at line 210 of file gr55xx_hal_calendar.h.
#define CALENDAR_ALARM_WEEKDAY_THU (0x10ul) |
Alarm weekday mask Thursday
Definition at line 214 of file gr55xx_hal_calendar.h.
#define CALENDAR_ALARM_WEEKDAY_TUE (0x04ul) |
Alarm weekday mask Tuesday
Definition at line 212 of file gr55xx_hal_calendar.h.
#define CALENDAR_ALARM_WEEKDAY_WED (0x08ul) |
Alarm weekday mask Wednesday
Definition at line 213 of file gr55xx_hal_calendar.h.