_calendar_alarm Struct Reference

CALENDAR_Alarm calendar alarm structure definition. More...

#include <gr55xx_hal_calendar.h>

Public Attributes

uint8_t min
 Specifies the alarm time minutes. More...
 
uint8_t hour
 Specifies the alarm time hour. More...
 
uint8_t alarm_sel
 Specifies the alarm is on date or weekday. More...
 
uint8_t alarm_date_week_mask
 Specifies the alarm date/weekday. More...
 

Detailed Description

CALENDAR_Alarm calendar alarm structure definition.

Definition at line 126 of file gr55xx_hal_calendar.h.

Member Data 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.

Definition at line 137 of file gr55xx_hal_calendar.h.

◆ 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.

Definition at line 134 of file gr55xx_hal_calendar.h.

◆ 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.

Definition at line 131 of file gr55xx_hal_calendar.h.

◆ 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.

Definition at line 128 of file gr55xx_hal_calendar.h.


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