HAL
HAL_EXTI_ClearPending() is only used within HAL.
 
Symbols
loading...
Files
loading...

HAL_EXTI_ClearPending() function

Clear interrupt pending bit of a dedicated line.

Syntax

void HAL_EXTI_ClearPending(EXTI_HandleTypeDef *hexti,     uint32_t Edge);
Implemented in stm32f4xx_hal_exti.c:495

Arguments

hexti

Exti handle.

Edge

Specify which pending edge as to be clear. This parameter can be one of the following values: @arg EXTI_TRIGGER_RISING_FALLING This parameter is kept for compatibility with other series.

Return value

None.

References

LocationText
stm32f4xx_hal_exti.c:495
void HAL_EXTI_ClearPending(EXTI_HandleTypeDef *hexti, uint32_t Edge)
stm32f4xx_hal_exti.h:342
void HAL_EXTI_ClearPending(EXTI_HandleTypeDef *hexti, uint32_t Edge);

Data Use

Data read by HAL_EXTI_ClearPending()
Data written by HAL_EXTI_ClearPending()
HAL_EXTI_ClearPending()::maskline
all items filtered out
HAL_EXTI_ClearPending()
HAL_EXTI_ClearPending()::maskline
all items filtered out
Type of HAL_EXTI_ClearPending()
HAL_EXTI_ClearPending()
uint32_t
all items filtered out