IRQ Handler and Callbacks

IRQ Handler and Callbacks functions. More...

Functions

void hal_rtc_irq_handler (rtc_handle_t *p_rtc)
 RTC_IRQHandler. More...
 
void hal_rtc_alarm_callback (rtc_handle_t *p_rtc)
 alarm_callback More...
 
void hal_rtc_overflow_callback (rtc_handle_t *p_rtc)
 overflow_callback More...
 
void hal_rtc_tick_callback (rtc_handle_t *p_rtc)
 tick_callback More...
 

Detailed Description

IRQ Handler and Callbacks functions.

Function Documentation

◆ hal_rtc_alarm_callback()

void hal_rtc_alarm_callback ( rtc_handle_t p_rtc)

alarm_callback

Parameters
[in]p_rtcPointer to a RTC handle which contains the configuration information for the specified RTC module.

◆ hal_rtc_irq_handler()

void hal_rtc_irq_handler ( rtc_handle_t p_rtc)

RTC_IRQHandler.

Parameters
[in]p_rtcPointer to a RTC handle which contains the configuration information for the specified RTC module.

◆ hal_rtc_overflow_callback()

void hal_rtc_overflow_callback ( rtc_handle_t p_rtc)

overflow_callback

Parameters
[in]p_rtcPointer to a RTC handle which contains the configuration information for the specified RTC module.

◆ hal_rtc_tick_callback()

void hal_rtc_tick_callback ( rtc_handle_t p_rtc)

tick_callback

Parameters
[in]p_rtcPointer to a RTC handle which contains the configuration information for the specified RTC module.