IRQ Handler and Callbacks functions.
More...
IRQ Handler and Callbacks functions.
◆ 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] | MSIOx | Must select the MSIOB port. |
[in] | msio_pin | Indicate 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] | MSIOx | Must select the MSIOB port. |