|
STM32F479xx 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 164 of file stm32f4xx_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 166 of file stm32f4xx_ll_exti.h.
Referenced by LL_EXTI_Init().
1.7.6.1