|
STM32L443xx HAL User Manual
|
Defines | |
| #define | LL_EXTI_MODE_IT ((uint8_t)0x00U) |
| #define | LL_EXTI_MODE_EVENT ((uint8_t)0x01U) |
| #define | LL_EXTI_MODE_IT_EVENT ((uint8_t)0x02U) |
| #define LL_EXTI_MODE_EVENT ((uint8_t)0x01U) |
| #define LL_EXTI_MODE_IT ((uint8_t)0x00U) |
Interrupt Mode
Definition at line 193 of file stm32l4xx_ll_exti.h.
Referenced by LL_EXTI_Init(), and LL_EXTI_StructInit().
| #define LL_EXTI_MODE_IT_EVENT ((uint8_t)0x02U) |
Interrupt & Event Mode
Definition at line 195 of file stm32l4xx_ll_exti.h.
Referenced by LL_EXTI_Init().
1.7.6.1