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

GPIO_MODE_EVT_RISING macro

External Event Mode with Rising edge trigger detection

Syntax

#define GPIO_MODE_EVT_RISING (MODE_INPUT | EXTI_EVT | TRIGGER_RISING)

References

LocationText
stm32f4xx_hal_gpio.h:129
#define GPIO_MODE_EVT_RISING (MODE_INPUT | EXTI_EVT | TRIGGER_RISING) /*!< External Event Mode with Rising edge trigger detection */
stm32f4xx_hal_gpio.h:291
((MODE) == GPIO_MODE_EVT_RISING) ||\