DIY Logging Volt/Ampmeter
|
EXTI Configuration structure definition. More...
#include <stm32f1xx_hal_exti.h>
Data Fields | |
uint32_t | Line |
uint32_t | Mode |
uint32_t | Trigger |
uint32_t | GPIOSel |
EXTI Configuration structure definition.
Definition at line 66 of file stm32f1xx_hal_exti.h.
uint32_t EXTI_ConfigTypeDef::GPIOSel |
The Exti GPIO multiplexer selection to be configured. This parameter is only possible for line 0 to 15. It can be a value of EXTI GPIOSel
Definition at line 74 of file stm32f1xx_hal_exti.h.
uint32_t EXTI_ConfigTypeDef::Line |
The Exti line to be configured. This parameter can be a value of EXTI Line
Definition at line 68 of file stm32f1xx_hal_exti.h.
uint32_t EXTI_ConfigTypeDef::Mode |
The Exit Mode to be configured for a core. This parameter can be a combination of EXTI Mode
Definition at line 70 of file stm32f1xx_hal_exti.h.
uint32_t EXTI_ConfigTypeDef::Trigger |
The Exti Trigger to be configured. This parameter can be a value of EXTI Trigger
Definition at line 72 of file stm32f1xx_hal_exti.h.