STM32F439xx HAL User Manual
Defines
Edge Trigger
EXTI Exported Constants

Defines

#define LL_EXTI_TRIGGER_NONE   ((uint8_t)0x00U)
#define LL_EXTI_TRIGGER_RISING   ((uint8_t)0x01U)
#define LL_EXTI_TRIGGER_FALLING   ((uint8_t)0x02U)
#define LL_EXTI_TRIGGER_RISING_FALLING   ((uint8_t)0x03U)

Define Documentation

#define LL_EXTI_TRIGGER_FALLING   ((uint8_t)0x02U)

Trigger Falling Mode

Definition at line 192 of file stm32f4xx_ll_exti.h.

Referenced by LL_EXTI_Init(), and LL_EXTI_StructInit().

#define LL_EXTI_TRIGGER_NONE   ((uint8_t)0x00U)

No Trigger Mode

Definition at line 190 of file stm32f4xx_ll_exti.h.

Referenced by LL_EXTI_Init().

#define LL_EXTI_TRIGGER_RISING   ((uint8_t)0x01U)

Trigger Rising Mode

Definition at line 191 of file stm32f4xx_ll_exti.h.

Referenced by LL_EXTI_Init().

#define LL_EXTI_TRIGGER_RISING_FALLING   ((uint8_t)0x03U)

Trigger Rising & Falling Mode

Definition at line 193 of file stm32f4xx_ll_exti.h.

Referenced by LL_EXTI_Init().