STM32H735xx HAL User Manual
|
Defines | |
#define | LL_EXTI_MODE_IT ((uint8_t)0x01U) |
#define | LL_EXTI_MODE_EVENT ((uint8_t)0x02U) |
#define | LL_EXTI_MODE_IT_EVENT ((uint8_t)0x03U) |
#define LL_EXTI_MODE_EVENT ((uint8_t)0x02U) |
Cortex-M7 Event Mode
Definition at line 227 of file stm32h7xx_ll_exti.h.
Referenced by LL_EXTI_Init().
#define LL_EXTI_MODE_IT ((uint8_t)0x01U) |
Cortex-M7 Interrupt Mode
Definition at line 226 of file stm32h7xx_ll_exti.h.
Referenced by LL_EXTI_Init(), and LL_EXTI_StructInit().
#define LL_EXTI_MODE_IT_EVENT ((uint8_t)0x03U) |
Cortex-M7 Interrupt & Event Mode
Definition at line 228 of file stm32h7xx_ll_exti.h.