STM32F103xB HAL User Manual
|
Defines | |
#define | LL_EXTI_MODE_IT ((uint8_t)0x00) |
#define | LL_EXTI_MODE_EVENT ((uint8_t)0x01) |
#define | LL_EXTI_MODE_IT_EVENT ((uint8_t)0x02) |
#define LL_EXTI_MODE_EVENT ((uint8_t)0x01) |
#define LL_EXTI_MODE_IT ((uint8_t)0x00) |
Interrupt Mode
Definition at line 166 of file stm32f1xx_ll_exti.h.
Referenced by LL_EXTI_Init(), and LL_EXTI_StructInit().
#define LL_EXTI_MODE_IT_EVENT ((uint8_t)0x02) |
Interrupt & Event Mode
Definition at line 168 of file stm32f1xx_ll_exti.h.
Referenced by LL_EXTI_Init().