_calendar_alarm Struct Reference

CALENDAR alarm structure definition. More...

#include <hal_calendar.h>

Public Attributes

uint8_t min
 
uint8_t hour
 
uint8_t alarm_sel
 
uint8_t alarm_date_week_mask
 

Detailed Description

CALENDAR alarm structure definition.

Definition at line 105 of file 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 116 of file 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 113 of file 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 110 of file 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 107 of file hal_calendar.h.


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