IRQ Handler and Callbacks

IRQ Handler and Callbacks functions. More...

Functions

void hal_dual_timer_irq_handler (dual_timer_handle_t *p_dual_timer)
 Handle DUAL TIMER interrupt request. More...
 
void hal_dual_timer_period_elapsed_callback (dual_timer_handle_t *p_dual_timer)
 Period elapsed callback in non-blocking mode. More...
 

Detailed Description

IRQ Handler and Callbacks functions.

Function Documentation

◆ hal_dual_timer_irq_handler()

void hal_dual_timer_irq_handler ( dual_timer_handle_t p_dual_timer)

Handle DUAL TIMER interrupt request.

Parameters
[in]p_dual_timerPointer to a DUAL_TIMER handle which contains the configuration information for the specified DUAL TIMER.

◆ hal_dual_timer_period_elapsed_callback()

void hal_dual_timer_period_elapsed_callback ( dual_timer_handle_t p_dual_timer)

Period elapsed callback in non-blocking mode.

Note
This function should not be modified. When the callback is needed, the hal_dual_timer_period_elapsed_callback can be implemented in the user file.
Parameters
[in]p_dual_timerPointer to a DUAL_TIMER handle which contains the configuration information for the specified DUAL TIMER.