Microchip® Advanced Software Framework

rtc_data_struct Struct Reference

Driver private struct.

Data Fields

uint16_t alarm_high
 High value of alarm time. More...
 
uint16_t alarm_low
 Low value of alarm time. More...
 
rtc_callback_t callback
 Callback function to use on alarm. More...
 
uint16_t counter_high
 High value of counter. More...
 

uint16_t rtc_data_struct::alarm_high

High value of alarm time.

Referenced by ISR(), and rtc_set_alarm().

uint16_t rtc_data_struct::alarm_low

Low value of alarm time.

Referenced by ISR(), and rtc_set_alarm().

rtc_callback_t rtc_data_struct::callback

Callback function to use on alarm.

Referenced by ISR(), and rtc_set_callback().

uint16_t rtc_data_struct::counter_high

High value of counter.

Referenced by ISR(), rtc_get_time(), and rtc_set_time().