HAL_RTC Callback function definition. More...
#include <gr533x_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 315 of file gr533x_hal_rtc.h.
void(* _hal_rtc_callback::rtc_alarm_callback) (rtc_handle_t *p_rtc) |
RTC alarm count complete callback
Definition at line 317 of file gr533x_hal_rtc.h.
void(* _hal_rtc_callback::rtc_overflow_callback) (rtc_handle_t *p_rtc) |
RTC overflow callback
Definition at line 319 of file gr533x_hal_rtc.h.
void(* _hal_rtc_callback::rtc_tick_callback) (rtc_handle_t *p_rtc) |
RTC tick count complete callback
Definition at line 318 of file gr533x_hal_rtc.h.