STM32L486xx 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 220 of file stm32l4xx_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 218 of file stm32l4xx_ll_exti.h.

Referenced by LL_EXTI_Init().

#define LL_EXTI_TRIGGER_RISING   ((uint8_t)0x01U)

Trigger Rising Mode

Definition at line 219 of file stm32l4xx_ll_exti.h.

Referenced by LL_EXTI_Init().

#define LL_EXTI_TRIGGER_RISING_FALLING   ((uint8_t)0x03U)

Trigger Rising & Falling Mode

Definition at line 221 of file stm32l4xx_ll_exti.h.

Referenced by LL_EXTI_Init().