|
STM32F4xx_HAL_Driver
1.8.3
|
Collaboration diagram for EXTI Exported Init structure:Data Structures | |
| struct | LL_EXTI_InitTypeDef |
| struct LL_EXTI_InitTypeDef |
Definition at line 57 of file stm32f4xx_ll_exti.h.
| Data Fields | ||
|---|---|---|
| uint32_t | 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 LINE |
| FunctionalState | LineCommand |
Specifies the new state of the selected EXTI lines. This parameter can be set either to ENABLE or DISABLE |
| uint8_t | Mode |
Specifies the mode for the EXTI lines. This parameter can be a value of Mode. |
| uint8_t | Trigger |
Specifies the trigger signal active edge for the EXTI lines. This parameter can be a value of Edge Trigger. |