Macros | |
#define | CALENDAR_ALARM_WEEKDAY_SUN (0x01ul) |
Alarm weekday mask Sunday More... | |
#define | CALENDAR_ALARM_WEEKDAY_MON (0x02ul) |
Alarm weekday mask Monday More... | |
#define | CALENDAR_ALARM_WEEKDAY_TUE (0x04ul) |
Alarm weekday mask Tuesday More... | |
#define | CALENDAR_ALARM_WEEKDAY_WED (0x08ul) |
Alarm weekday mask Wednesday. More... | |
#define | CALENDAR_ALARM_WEEKDAY_THU (0x10ul) |
Alarm weekday mask Thursday More... | |
#define | CALENDAR_ALARM_WEEKDAY_FRI (0x20ul) |
Alarm weekday mask Friday More... | |
#define | CALENDAR_ALARM_WEEKDAY_SAT (0x40ul) |
Alarm weekday mask Saturday More... | |
#define CALENDAR_ALARM_WEEKDAY_FRI (0x20ul) |
Alarm weekday mask Friday
Definition at line 240 of file gr55xx_hal_calendar.h.
#define CALENDAR_ALARM_WEEKDAY_MON (0x02ul) |
Alarm weekday mask Monday
Definition at line 236 of file gr55xx_hal_calendar.h.
#define CALENDAR_ALARM_WEEKDAY_SAT (0x40ul) |
Alarm weekday mask Saturday
Definition at line 241 of file gr55xx_hal_calendar.h.
#define CALENDAR_ALARM_WEEKDAY_SUN (0x01ul) |
Alarm weekday mask Sunday
Definition at line 235 of file gr55xx_hal_calendar.h.
#define CALENDAR_ALARM_WEEKDAY_THU (0x10ul) |
Alarm weekday mask Thursday
Definition at line 239 of file gr55xx_hal_calendar.h.
#define CALENDAR_ALARM_WEEKDAY_TUE (0x04ul) |
Alarm weekday mask Tuesday
Definition at line 237 of file gr55xx_hal_calendar.h.
#define CALENDAR_ALARM_WEEKDAY_WED (0x08ul) |
Alarm weekday mask Wednesday.
Definition at line 238 of file gr55xx_hal_calendar.h.