HAL
+
0
/1 examples
SourceVu will show references to
LL_EXTI_InitTypeDef
from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
EXTI
EXTI_ToggleLedOnIT_Init
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
LL_EXTI_InitTypeDef
LL_EXTI_InitTypeDef struct
Syntax
Show:
Summary
Declaration
from
stm32f4xx_ll_exti.h:57
typedef
struct
{
uint32_t
Line_0_31
;
FunctionalState
LineCommand
;
uint8_t
Mode
;
uint8_t
Trigger
;
}
LL_EXTI_InitTypeDef
;
Fields
Field
Declared as
Description
LL_EXTI_InitTypeDef::Mode
uint8_t
Specifies the mode for the EXTI lines. This parameter can be a value of EXTI_LL_EC_MODE.
LL_EXTI_InitTypeDef::Trigger
uint8_t
Specifies the trigger signal active edge for the EXTI lines. This parameter can be a value of EXTI_LL_EC_TRIGGER.
LL_EXTI_InitTypeDef::Line_0_31
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.
LL_EXTI_InitTypeDef::LineCommand
FunctionalState
Specifies the new state of the selected EXTI lines. This parameter can be set either to ENABLE or DISABLE.
Related Functions
Found 2 other functions taking a
LL_EXTI_InitTypeDef
argument:
Function
Description
LL_EXTI_Init()
Initialize the EXTI registers according to the specified parameters in EXTI_InitStruct.
LL_EXTI_StructInit()
Set each
LL_EXTI_InitTypeDef
field to default value.
Examples
LL_EXTI_InitTypeDef
is referenced by 1 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out