_hal_calendar_callback Struct Reference

CALENDAR callback function definition. More...

#include <hal_calendar.h>

Public Attributes

void(* calendar_alarm_callback )(calendar_handle_t *p_calendar)
 
void(* calendar_tick_callback )(calendar_handle_t *p_calendar)
 
void(* calendar_overflow_callback )(calendar_handle_t *p_calendar)
 

Detailed Description

CALENDAR callback function definition.

Definition at line 161 of file hal_calendar.h.

Member Data Documentation

◆ calendar_alarm_callback

void(* _hal_calendar_callback::calendar_alarm_callback) (calendar_handle_t *p_calendar)

CALENDAR date count complete callback

Definition at line 163 of file hal_calendar.h.

◆ calendar_overflow_callback

void(* _hal_calendar_callback::calendar_overflow_callback) (calendar_handle_t *p_calendar)

CALENDAR overflow callback

Definition at line 165 of file hal_calendar.h.

◆ calendar_tick_callback

void(* _hal_calendar_callback::calendar_tick_callback) (calendar_handle_t *p_calendar)

CALENDAR tick count complete callback

Definition at line 164 of file hal_calendar.h.


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