STM32F103xB HAL User Manual
Defines
Edge Trigger
EXTI Exported Constants

Defines

#define LL_EXTI_TRIGGER_NONE   ((uint8_t)0x00)
#define LL_EXTI_TRIGGER_RISING   ((uint8_t)0x01)
#define LL_EXTI_TRIGGER_FALLING   ((uint8_t)0x02)
#define LL_EXTI_TRIGGER_RISING_FALLING   ((uint8_t)0x03)

Define Documentation

#define LL_EXTI_TRIGGER_FALLING   ((uint8_t)0x02)

Trigger Falling Mode

Definition at line 178 of file stm32f1xx_ll_exti.h.

Referenced by LL_EXTI_Init(), and LL_EXTI_StructInit().

#define LL_EXTI_TRIGGER_NONE   ((uint8_t)0x00)

No Trigger Mode

Definition at line 176 of file stm32f1xx_ll_exti.h.

Referenced by LL_EXTI_Init().

#define LL_EXTI_TRIGGER_RISING   ((uint8_t)0x01)

Trigger Rising Mode

Definition at line 177 of file stm32f1xx_ll_exti.h.

Referenced by LL_EXTI_Init().

#define LL_EXTI_TRIGGER_RISING_FALLING   ((uint8_t)0x03)

Trigger Rising & Falling Mode

Definition at line 179 of file stm32f1xx_ll_exti.h.

Referenced by LL_EXTI_Init().