IO operation functions.
More...
IO operation functions.
EXTI IO functions.
===============================================================================
##### IO operation functions #####
===============================================================================
◆ HAL_EXTI_ClearPending()
Clear interrupt pending bit of a dedicated line.
- Parameters
-
hexti | Exti handle. |
Edge | Specify which pending edge as to be clear. This parameter can be one of the following values:
- EXTI_TRIGGER_RISING_FALLING This parameter is kept for compatibility with other series.
|
- Return values
-
Definition at line 498 of file stm32f4xx_hal_exti.c.
◆ HAL_EXTI_GenerateSWI()
Generate a software interrupt for a dedicated line.
- Parameters
-
- Return values
-
Definition at line 522 of file stm32f4xx_hal_exti.c.
◆ HAL_EXTI_GetPending()
Get interrupt pending bit of a dedicated line.
- Parameters
-
hexti | Exti handle. |
Edge | Specify which pending edge as to be checked. This parameter can be one of the following values:
- EXTI_TRIGGER_RISING_FALLING This parameter is kept for compatibility with other series.
|
- Return values
-
1 | if interrupt is pending else 0. |
Definition at line 466 of file stm32f4xx_hal_exti.c.
◆ HAL_EXTI_IRQHandler()