STM32H735xx HAL User Manual
|
#include <stm32h7xx_ll_exti.h>
Data Fields | |
uint32_t | Line_0_31 |
uint32_t | Line_32_63 |
uint32_t | Line_64_95 |
FunctionalState | LineCommand |
uint8_t | Mode |
uint8_t | Trigger |
Definition at line 57 of file stm32h7xx_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 60 of file stm32h7xx_ll_exti.h.
Referenced by LL_EXTI_Init(), and LL_EXTI_StructInit().
uint32_t LL_EXTI_InitTypeDef::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
Definition at line 63 of file stm32h7xx_ll_exti.h.
Referenced by LL_EXTI_Init(), and LL_EXTI_StructInit().
uint32_t LL_EXTI_InitTypeDef::Line_64_95 |
Specifies the EXTI lines to be enabled or disabled for Lines in range 64 to 95 This parameter can be any combination of LINE
Definition at line 66 of file stm32h7xx_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 69 of file stm32h7xx_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 72 of file stm32h7xx_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 75 of file stm32h7xx_ll_exti.h.
Referenced by LL_EXTI_Init(), and LL_EXTI_StructInit().