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

Fields

Field
Declared as
Description
uint8_t
Specifies the mode for the EXTI lines. This parameter can be a value of EXTI_LL_EC_MODE.
uint8_t
Specifies the trigger signal active edge for the EXTI lines. This parameter can be a value of EXTI_LL_EC_TRIGGER.
uint32_t
Specifies the EXTI lines to be enabled or disabled for Lines in range 0 to 31 This parameter can be any combination of EXTI_LL_EC_LINE.
Specifies the new state of the selected EXTI lines. This parameter can be set either to ENABLE or DISABLE.

References

from examples