HAL
GPIO_MODE_EVT_FALLING is only used within HAL.
 
Symbols
loading...
Files
loading...

GPIO_MODE_EVT_FALLING macro

External Event Mode with Falling edge trigger detection

Syntax

#define GPIO_MODE_EVT_FALLING (MODE_INPUT | EXTI_EVT | TRIGGER_FALLING)

References

LocationText
stm32f4xx_hal_gpio.h:130
#define GPIO_MODE_EVT_FALLING (MODE_INPUT | EXTI_EVT | TRIGGER_FALLING) /*!< External Event Mode with Falling edge trigger detection */
stm32f4xx_hal_gpio.h:292
((MODE) == GPIO_MODE_EVT_FALLING) ||\