DIY Logging Volt/Ampmeter
EXTI_ConfigTypeDef Struct Reference

EXTI Configuration structure definition. More...

#include <stm32f1xx_hal_exti.h>

Data Fields

uint32_t Line
 
uint32_t Mode
 
uint32_t Trigger
 
uint32_t GPIOSel
 

Detailed Description

EXTI Configuration structure definition.

Definition at line 66 of file stm32f1xx_hal_exti.h.

Field Documentation

◆ GPIOSel

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.

◆ Line

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.

◆ Mode

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.

◆ Trigger

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.


The documentation for this struct was generated from the following file: