|
STM32L4xx_HAL_Driver
1.14.0
|
Data Structures | |
| struct | LL_EXTI_InitTypeDef |
| struct LL_EXTI_InitTypeDef |
Definition at line 58 of file stm32l4xx_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 |
| uint32_t | Line_32_63 |
Specifies the EXTI lines to be enabled or disabled for Lines in range 32 to 63 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. |