IRQ Handler and Callbacks functions. More...

Functions

void hal_msio_exti_irq_handler (msio_pad_t MSIOx)
 Handle MSIOB interrupt request. More...
 
void hal_msio_exti_callback (msio_pad_t MSIOx, uint16_t msio_pin)
 MSIOB pin detection callback. More...
 

Detailed Description

IRQ Handler and Callbacks functions.

Function Documentation

◆ hal_msio_exti_callback()

void hal_msio_exti_callback ( msio_pad_t  MSIOx,
uint16_t  msio_pin 
)

MSIOB pin detection callback.

Note
This function should not be modified. When the callback is needed, the hal_msio_exti_callback can be implemented in the user file.
Parameters
[in]MSIOxMust select the MSIOB port.
[in]msio_pinIndicate the port pin whose interrupt was triggered. This parameter can be a combination of the following values:

◆ hal_msio_exti_irq_handler()

void hal_msio_exti_irq_handler ( msio_pad_t  MSIOx)

Handle MSIOB interrupt request.

Parameters
[in]MSIOxMust select the MSIOB port.