|
STM32F479xx HAL User Manual
|
#include <stm32f4xx_ll_exti.h>
Data Fields | |
| uint32_t | Line_0_31 |
| FunctionalState | LineCommand |
| uint8_t | Mode |
| uint8_t | Trigger |
Definition at line 58 of file stm32f4xx_ll_exti.h.
| uint32_t LL_EXTI_InitTypeDef::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
Definition at line 61 of file stm32f4xx_ll_exti.h.
Referenced by LL_EXTI_Init(), and LL_EXTI_StructInit().
| FunctionalState LL_EXTI_InitTypeDef::LineCommand |
Specifies the new state of the selected EXTI lines. This parameter can be set either to ENABLE or DISABLE
Definition at line 64 of file stm32f4xx_ll_exti.h.
Referenced by LL_EXTI_Init(), and LL_EXTI_StructInit().
| uint8_t LL_EXTI_InitTypeDef::Mode |
Specifies the mode for the EXTI lines. This parameter can be a value of Mode.
Definition at line 67 of file stm32f4xx_ll_exti.h.
Referenced by LL_EXTI_Init(), and LL_EXTI_StructInit().
| uint8_t LL_EXTI_InitTypeDef::Trigger |
Specifies the trigger signal active edge for the EXTI lines. This parameter can be a value of Edge Trigger.
Definition at line 70 of file stm32f4xx_ll_exti.h.
Referenced by LL_EXTI_Init(), and LL_EXTI_StructInit().
1.7.6.1