libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
GPIO INTEDGEBOTH register mapping.

GPIO Interrupt Edge Both Definitions. More...

Collaboration diagram for GPIO INTEDGEBOTH register mapping.:

Macros

#define GPIO_INTEDGEBOTHR(base)   MMIO32((base) + 0x28)
 
#define GPIOA_INTEDGEBOTHR   GPIO_INTEDGEBOTHR(GPIOA)
 
#define GPIOB_INTEDGEBOTHR   GPIO_INTEDGEBOTHR(GPIOB)
 
#define GPIOC_INTEDGEBOTHR   GPIO_INTEDGEBOTHR(GPIOC)
 
#define GPIOD_INTEDGEBOTHR   GPIO_INTEDGEBOTHR(GPIOD)
 
#define GPIOE_INTEDGEBOTHR   GPIO_INTEDGEBOTHR(GPIOE)
 
#define GPIOF_INTEDGEBOTHR   GPIO_INTEDGEBOTHR(GPIOF)
 
#define GPIOG_INTEDGEBOTHR   GPIO_INTEDGEBOTHR(GPIOG)
 

Detailed Description

GPIO Interrupt Edge Both Definitions.

This overrides the config if set.

Macro Definition Documentation

◆ GPIO_INTEDGEBOTHR

#define GPIO_INTEDGEBOTHR (   base)    MMIO32((base) + 0x28)

Definition at line 202 of file gpio.h.

◆ GPIOA_INTEDGEBOTHR

#define GPIOA_INTEDGEBOTHR   GPIO_INTEDGEBOTHR(GPIOA)

Definition at line 203 of file gpio.h.

◆ GPIOB_INTEDGEBOTHR

#define GPIOB_INTEDGEBOTHR   GPIO_INTEDGEBOTHR(GPIOB)

Definition at line 204 of file gpio.h.

◆ GPIOC_INTEDGEBOTHR

#define GPIOC_INTEDGEBOTHR   GPIO_INTEDGEBOTHR(GPIOC)

Definition at line 205 of file gpio.h.

◆ GPIOD_INTEDGEBOTHR

#define GPIOD_INTEDGEBOTHR   GPIO_INTEDGEBOTHR(GPIOD)

Definition at line 206 of file gpio.h.

◆ GPIOE_INTEDGEBOTHR

#define GPIOE_INTEDGEBOTHR   GPIO_INTEDGEBOTHR(GPIOE)

Definition at line 207 of file gpio.h.

◆ GPIOF_INTEDGEBOTHR

#define GPIOF_INTEDGEBOTHR   GPIO_INTEDGEBOTHR(GPIOF)

Definition at line 208 of file gpio.h.

◆ GPIOG_INTEDGEBOTHR

#define GPIOG_INTEDGEBOTHR   GPIO_INTEDGEBOTHR(GPIOG)

Definition at line 209 of file gpio.h.