IRQ Handler and Callbacks

IRQ Handler and Callbacks functions. More...

Functions

void hal_gpio_exti_irq_handler (gpio_regs_t *GPIOx)
 Handle GPIO interrupt request. More...
 
void hal_gpio_exti_callback (gpio_regs_t *GPIOx, uint16_t gpio_pin)
 GPIO pin detection callback. More...
 

Detailed Description

IRQ Handler and Callbacks functions.

Function Documentation

◆ hal_gpio_exti_callback()

void hal_gpio_exti_callback ( gpio_regs_t *  GPIOx,
uint16_t  gpio_pin 
)

GPIO pin detection callback.

Note
This function should not be modified. When the callback is needed, the hal_gpio_exti_callback can be implemented in the user file.
Parameters
[in]GPIOxWhere x can be (0, 1) to select the GPIO peripheral port
[in]gpio_pinIndicate the port pin whose interrupt was triggered. This parameter can be a combiantion of the following values:

◆ hal_gpio_exti_irq_handler()

void hal_gpio_exti_irq_handler ( gpio_regs_t *  GPIOx)

Handle GPIO interrupt request.

Parameters
[in]GPIOxWhere x can be (0, 1) to select the GPIO peripheral port