HAL + 0/1 examples
CodeScope will show references to LL_EXTI_MODE_IT from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
EXTI
 
Symbols
loading...
Files
loading...

LL_EXTI_MODE_IT macro

Interrupt Mode

Syntax

#define LL_EXTI_MODE_IT ((uint8_t)0x00U)

Examples

LL_EXTI_MODE_IT is referenced by 1 libraries and example projects.

References

LocationText
stm32f4xx_ll_exti.h:163
#define LL_EXTI_MODE_IT ((uint8_t)0x00U) /*!< Interrupt Mode */
stm32f4xx_ll_exti.c:122
case LL_EXTI_MODE_IT:
stm32f4xx_ll_exti.c:189
EXTI_InitStruct->Mode = LL_EXTI_MODE_IT;