EXTI driver modules. More...
Classes | |
struct | EXTI_InitTypeDef |
EXTI Init Structure definition. More... | |
Macros | |
#define | EXTI_LINENONE ((uint32_t)0x00000) /* No interrupt selected */ |
#define | EXTI_LINENONE ((uint32_t)0x00000) /* No interrupt selected */ |
#define | IS_EXTI_MODE(MODE) (((MODE) == EXTI_Mode_Interrupt) || ((MODE) == EXTI_Mode_Event)) |
#define | IS_EXTI_MODE(MODE) (((MODE) == EXTI_Mode_Interrupt) || ((MODE) == EXTI_Mode_Event)) |
#define | IS_EXTI_TRIGGER(TRIGGER) |
#define | IS_EXTI_TRIGGER(TRIGGER) |
EXTI driver modules.
#define EXTI_LINENONE ((uint32_t)0x00000) /* No interrupt selected */ |
Definition at line 82 of file stm32f4xx_exti.c.
#define EXTI_LINENONE ((uint32_t)0x00000) /* No interrupt selected */ |
Definition at line 95 of file stm32f30x_exti.c.
#define IS_EXTI_MODE | ( | MODE | ) | (((MODE) == EXTI_Mode_Interrupt) || ((MODE) == EXTI_Mode_Event)) |
Definition at line 60 of file stm32f30x_exti.h.
#define IS_EXTI_MODE | ( | MODE | ) | (((MODE) == EXTI_Mode_Interrupt) || ((MODE) == EXTI_Mode_Event)) |
Definition at line 60 of file stm32f4xx_exti.h.
#define IS_EXTI_TRIGGER | ( | TRIGGER | ) |
Definition at line 73 of file stm32f4xx_exti.h.
#define IS_EXTI_TRIGGER | ( | TRIGGER | ) |
Definition at line 73 of file stm32f30x_exti.h.
enum EXTIMode_TypeDef |
EXTI mode enumeration.
Enumerator | |
---|---|
EXTI_Mode_Interrupt | |
EXTI_Mode_Event | |
EXTI_Mode_Interrupt | |
EXTI_Mode_Event | |
EXTI_Mode_Interrupt | |
EXTI_Mode_Event |
Definition at line 54 of file stm32f4xx_exti.h.
enum EXTIMode_TypeDef |
EXTI mode enumeration.
Enumerator | |
---|---|
EXTI_Mode_Interrupt | |
EXTI_Mode_Event | |
EXTI_Mode_Interrupt | |
EXTI_Mode_Event | |
EXTI_Mode_Interrupt | |
EXTI_Mode_Event |
Definition at line 54 of file stm32f30x_exti.h.
enum EXTITrigger_TypeDef |
EXTI Trigger enumeration.
Definition at line 66 of file stm32f30x_exti.h.
enum EXTITrigger_TypeDef |
EXTI Trigger enumeration.
Definition at line 66 of file stm32f4xx_exti.h.