CALENDAR_Alarm calendar alarm structure definition. More...
#include <gr55xx_hal_calendar.h>
Public Attributes | |
uint8_t | min |
uint8_t | hour |
uint8_t | alarm_sel |
uint8_t | alarm_date_week_mask |
CALENDAR_Alarm calendar alarm structure definition.
Definition at line 126 of file gr55xx_hal_calendar.h.
uint8_t _calendar_alarm::alarm_date_week_mask |
Specifies the alarm date/weekday. If the alarm date is selected, this parameter must be set to a value in the 1 ~ 31 range. If the alarm weekday is selected, this parameter must be a value of CALENDAR Alarm weekday.
Definition at line 137 of file gr55xx_hal_calendar.h.
uint8_t _calendar_alarm::alarm_sel |
Specifies the alarm is on date or weekday. This parameter can be a value of CALENDAR Alarm type select.
Definition at line 134 of file gr55xx_hal_calendar.h.
uint8_t _calendar_alarm::hour |
Specifies the alarm time hour. This parameter must be a number between min_value = 0 and max_value = 23.
Definition at line 131 of file gr55xx_hal_calendar.h.
uint8_t _calendar_alarm::min |
Specifies the alarm time minutes. This parameter must be a number between min_value = 0 and max_value = 59.
Definition at line 128 of file gr55xx_hal_calendar.h.