Microchip® Advanced Software Framework

rtc_calendar_alarm_time Struct Reference

Alarm structure.

Alarm structure containing time of the alarm and a mask to determine when the alarm will trigger.

#include <rtc_calendar.h>

Data Fields

enum rtc_calendar_alarm_mask mask
 Alarm mask to determine on what precision the alarm will match. More...
 
struct rtc_calendar_time time
 Alarm time. More...
 

enum rtc_calendar_alarm_mask rtc_calendar_alarm_time::mask

Alarm mask to determine on what precision the alarm will match.

Referenced by rtc_calendar_get_alarm(), rtc_calendar_get_config_defaults(), and rtc_calendar_set_alarm().