_calendar_alarm Struct Reference

CALENDAR_Alarm calendar alarm structure definition. More...

#include <gr55xx_hal_calendar.h>

Data Fields

uint8_t min
 
uint8_t hour
 
uint8_t alarm_sel
 
uint8_t alarm_date_week_mask
 

Detailed Description

CALENDAR_Alarm calendar alarm structure definition.

Field Documentation

◆ alarm_date_week_mask

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.

◆ alarm_sel

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.

◆ hour

uint8_t _calendar_alarm::hour

Specifies the alarm time hour. This parameter must be a number between min_value = 0 and max_value = 23.

◆ min

uint8_t _calendar_alarm::min

Specifies the alarm time minutes. This parameter must be a number between min_value = 0 and max_value = 59.


The documentation for this struct was generated from the following file: