STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
EXTI_ConfigTypeDef Struct Reference

EXTI Configuration structure definition. More...

#include <stm32f4xx_hal_exti.h>

Public Attributes

uint32_t Line
uint32_t Mode
uint32_t Trigger
uint32_t GPIOSel

Detailed Description

EXTI Configuration structure definition.

Definition at line 61 of file stm32f4xx_hal_exti.h.

Member Data 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 69 of file stm32f4xx_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 63 of file stm32f4xx_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 65 of file stm32f4xx_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 67 of file stm32f4xx_hal_exti.h.


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