ARMEBS4  revision-26.06.2015
Data Fields
EXTI_InitTypeDef Struct Reference

EXTI Init Structure definition. More...

#include "C:/Programs/ARMEBS4/current/doc/eclipse-doc/ext/libheivs_stm32/include/stm32/stm32f4xx_exti.h"

Collaboration diagram for EXTI_InitTypeDef:
Collaboration graph

Data Fields

uint32_t EXTI_Line
 
EXTIMode_TypeDef EXTI_Mode
 
EXTITrigger_TypeDef EXTI_Trigger
 
FunctionalState EXTI_LineCmd
 

Detailed Description

EXTI Init Structure definition.

Definition at line 74 of file stm32f4xx_exti.h.

Field Documentation

uint32_t EXTI_InitTypeDef::EXTI_Line

Specifies the EXTI lines to be enabled or disabled. This parameter can be any combination value of EXTI_Lines

Definition at line 76 of file stm32f4xx_exti.h.

Referenced by gpio_irq_setup().

EXTIMode_TypeDef EXTI_InitTypeDef::EXTI_Mode

Specifies the mode for the EXTI lines. This parameter can be a value of EXTIMode_TypeDef

Definition at line 79 of file stm32f4xx_exti.h.

Referenced by gpio_irq_setup().

EXTITrigger_TypeDef EXTI_InitTypeDef::EXTI_Trigger

Specifies the trigger signal active edge for the EXTI lines. This parameter can be a value of EXTITrigger_TypeDef

Definition at line 82 of file stm32f4xx_exti.h.

Referenced by gpio_irq_setup().

FunctionalState EXTI_InitTypeDef::EXTI_LineCmd

Specifies the new state of the selected EXTI lines. This parameter can be set either to ENABLE or DISABLE

Definition at line 85 of file stm32f4xx_exti.h.

Referenced by gpio_irq_setup().