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

EXTI_EVT macro

Syntax

#define EXTI_EVT (0x2UL << EXTI_MODE_Pos)

References

LocationText
stm32f4xx_hal_gpio.h:267
#define EXTI_EVT (0x2UL << EXTI_MODE_Pos)
stm32f4xx_hal_gpio.c:267
if((GPIO_Init->Mode & EXTI_EVT) != 0x00U)
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:130
#define GPIO_MODE_EVT_FALLING (MODE_INPUT | EXTI_EVT | TRIGGER_FALLING) /*!< External Event Mode with Falling edge trigger detection */
stm32f4xx_hal_gpio.h:131
#define GPIO_MODE_EVT_RISING_FALLING (MODE_INPUT | EXTI_EVT | TRIGGER_RISING | TRIGGER_FALLING) /*!< External Event Mode with Rising/Falling edge trigger detection */