HAL_RTC Callback function definition. More...
#include <gr55xx_hal_rtc.h>
Public Attributes | |
| void(* | rtc_alarm_callback )(rtc_handle_t *p_rtc) |
| RTC alarm count complete callback. More... | |
| void(* | rtc_tick_callback )(rtc_handle_t *p_rtc) |
| RTC tick count complete callback. More... | |
| void(* | rtc_overflow_callback )(rtc_handle_t *p_rtc) |
| RTC overflow callback. More... | |
HAL_RTC Callback function definition.
Definition at line 304 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 306 of file gr55xx_hal_rtc.h.
| void(* _hal_rtc_callback::rtc_overflow_callback) (rtc_handle_t *p_rtc) |
RTC overflow callback.
Definition at line 308 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 307 of file gr55xx_hal_rtc.h.