_hal_calendar_callback Struct Reference

HAL_CALENDAR Callback function definition. More...

#include <gr55xx_hal_calendar.h>

Data Fields

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

HAL_CALENDAR Callback function definition.

Field Documentation

◆ calendar_alarm_callback

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

CALENDAR date count complete callback

◆ calendar_overflow_callback

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

CALENDAR count overflow callback

◆ calendar_tick_callback

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

CALENDAR tick count complete callback


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