__HAL_GPIO_EXTI_CLEAR_IT macro
Clears the EXTI's line pending bits.
Syntax
#define __HAL_GPIO_EXTI_CLEAR_IT(__EXTI_LINE__) (EXTI->PR = (__EXTI_LINE__)) Arguments
__EXTI_LINE__
specifies the EXTI lines to clear. This parameter can be any combination of GPIO_PIN_x where x can be (0..15)
Return value
None