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

LL_EXTI_InitTypeDef struct

Syntax

typedef struct {   uint32_t Line_0_31;              FunctionalState LineCommand;     uint8_t Mode;                    uint8_t Trigger;               } LL_EXTI_InitTypeDef;

Fields

Mode

Specifies the mode for the EXTI lines. This parameter can be a value of EXTI_LL_EC_MODE. Read more...

Trigger

Specifies the trigger signal active edge for the EXTI lines. This parameter can be a value of EXTI_LL_EC_TRIGGER. Read more...

Line_0_31

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. Read more...

LineCommand

Specifies the new state of the selected EXTI lines. This parameter can be set either to ENABLE or DISABLE. Read more...

Examples

LL_EXTI_InitTypeDef is referenced by 1 libraries and example projects.