HAL
LL_EXTI_DisableRisingTrig_0_31() is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLL_EXTI_DisableRisingTrig_0_31()

LL_EXTI_DisableRisingTrig_0_31() function

Disable ExtiLine Rising Edge Trigger for Lines in range 0 to 31

Syntax

__STATIC_INLINE void LL_EXTI_DisableRisingTrig_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 rising edge on a configurable interrupt line occurs during a write operation in the EXTI_RTSR 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

References

LocationReferrerText
stm32f4xx_ll_exti.h:573
__STATIC_INLINE void LL_EXTI_DisableRisingTrig_0_31(uint32_t ExtiLine)
stm32f4xx_ll_exti.c:155LL_EXTI_Init()
LL_EXTI_DisableRisingTrig_0_31(EXTI_InitStruct->Line_0_31);

Call Tree

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