HAL_RTC Callback function definition. More...
#include <gr55xx_hal_rtc.h>
Public Attributes | |
void(* | rtc_alarm_callback )(rtc_handle_t *p_rtc) |
void(* | rtc_tick_callback )(rtc_handle_t *p_rtc) |
void(* | rtc_overflow_callback )(rtc_handle_t *p_rtc) |
HAL_RTC Callback function definition.
Definition at line 263 of file gr55xx_hal_rtc.h.
void(* _hal_rtc_callback::rtc_alarm_callback) (rtc_handle_t *p_rtc) |
RTC alarm count complete callback
Definition at line 265 of file gr55xx_hal_rtc.h.
void(* _hal_rtc_callback::rtc_overflow_callback) (rtc_handle_t *p_rtc) |
RTC overflow callback
Definition at line 267 of file gr55xx_hal_rtc.h.
void(* _hal_rtc_callback::rtc_tick_callback) (rtc_handle_t *p_rtc) |
RTC tick count complete callback
Definition at line 266 of file gr55xx_hal_rtc.h.