CARME-M4 BSP  V1.5
EXTI_InitTypeDef Struct Reference

EXTI Init Structure definition. More...

#include <stm32f4xx_exti.h>

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 80 of file stm32f4xx_exti.h.

Field Documentation

uint32_t EXTI_Line

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

Definition at line 82 of file stm32f4xx_exti.h.

FunctionalState EXTI_LineCmd

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

Definition at line 91 of file stm32f4xx_exti.h.

EXTIMode_TypeDef EXTI_Mode

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

Definition at line 85 of file stm32f4xx_exti.h.

EXTITrigger_TypeDef EXTI_Trigger

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

Definition at line 88 of file stm32f4xx_exti.h.


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