HAL + 0/50 examples
CodeScope will show references to LL_EXTI_EnableFallingTrig_0_31() from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
ADC
EXTI
I2C
IWDG
RCC
RTC
SPI
TIM
USART
WWDG
STM32F429ZI-Nucleo
Examples_LL
CORTEX
DAC
RNG
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLL_EXTI_EnableFallingTrig_0_31()

LL_EXTI_EnableFallingTrig_0_31() function

Enable ExtiLine Falling Edge Trigger for Lines in range 0 to 31

Syntax

__STATIC_INLINE void LL_EXTI_EnableFallingTrig_0_31(uint32_t ExtiLine);

Arguments

Return value

None

Notes

The configurable wakeup lines are edge-triggered. No glitch must be generated on these lines. If a falling edge on a configurable interrupt line occurs during a write operation in the EXTI_FTSR register, the pending bit is not set. Rising and falling edge triggers can be set for the same interrupt line. In this case, both generate a trigger condition. (*): Available in some devices Please check each device line mapping for EXTI Line availability

Examples

LL_EXTI_EnableFallingTrig_0_31() is referenced by 50 libraries and example projects.

References

LocationReferrerText
stm32f4xx_ll_exti.h:661
__STATIC_INLINE void LL_EXTI_EnableFallingTrig_0_31(uint32_t ExtiLine)
stm32f4xx_ll_exti.c:157LL_EXTI_Init()
LL_EXTI_EnableFallingTrig_0_31(EXTI_InitStruct->Line_0_31);
stm32f4xx_ll_exti.c:161LL_EXTI_Init()
LL_EXTI_EnableFallingTrig_0_31(EXTI_InitStruct->Line_0_31);

Call Tree

Functions calling LL_EXTI_EnableFallingTrig_0_31()
all items filtered out
LL_EXTI_EnableFallingTrig_0_31()
Data read by LL_EXTI_EnableFallingTrig_0_31()
LL_EXTI_EnableFallingTrig_0_31()