IRQ Handler and Callbacks

IRQ Handler and Callbacks functions. More...

Functions

void hal_comp_irq_handler (comp_handle_t *p_comp)
 Handle COMP interrupt request. More...
 
void hal_comp_trigger_callback (comp_handle_t *p_comp)
 comparator callback. More...
 

Detailed Description

IRQ Handler and Callbacks functions.

Function Documentation

◆ hal_comp_irq_handler()

void hal_comp_irq_handler ( comp_handle_t p_comp)

Handle COMP interrupt request.

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

◆ hal_comp_trigger_callback()

void hal_comp_trigger_callback ( comp_handle_t p_comp)

comparator callback.

Note
This function should not be modified. When the callback is needed, the hal_comp_trigger_callback can be implemented in the user file.
Parameters
[in]p_compPointer to a COMP handle which contains the configuration information for the specified COMP module.