My Project
Loading...
Searching...
No Matches
EXTI_ConfigTypeDef Struct Reference

EXTI Configuration structure definition. More...

#include <stm32f3xx_hal_exti.h>

Public Attributes

uint32_t Line
 
uint32_t Mode
 
uint32_t Trigger
 
uint32_t GPIOSel
 

Detailed Description

EXTI Configuration structure definition.

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

◆ Line

uint32_t EXTI_ConfigTypeDef::Line

The Exti line to be configured. This parameter can be a value of EXTI Line

◆ Mode

uint32_t EXTI_ConfigTypeDef::Mode

The Exit Mode to be configured for a core. This parameter can be a combination of EXTI Mode

◆ Trigger

uint32_t EXTI_ConfigTypeDef::Trigger

The Exti Trigger to be configured. This parameter can be a value of EXTI Trigger


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