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

GPIO Output Register Definitions. More...

Collaboration diagram for GPIO OUT register mapping.:

Macros

#define GPIO_OUTR(base)   MMIO32((base) + 0x08)
 
#define GPIOA_OUTR   GPIO_OUTR(GPIOA)
 
#define GPIOB_OUTR   GPIO_OUTR(GPIOB)
 
#define GPIOC_OUTR   GPIO_OUTR(GPIOC)
 
#define GPIOD_OUTR   GPIO_OUTR(GPIOD)
 
#define GPIOE_OUTR   GPIO_OUTR(GPIOE)
 
#define GPIOF_OUTR   GPIO_OUTR(GPIOF)
 
#define GPIOG_OUTR   GPIO_OUTR(GPIOG)
 

Detailed Description

GPIO Output Register Definitions.

Macro Definition Documentation

◆ GPIO_OUTR

#define GPIO_OUTR (   base)    MMIO32((base) + 0x08)

Definition at line 107 of file gpio.h.

◆ GPIOA_OUTR

#define GPIOA_OUTR   GPIO_OUTR(GPIOA)

Definition at line 108 of file gpio.h.

◆ GPIOB_OUTR

#define GPIOB_OUTR   GPIO_OUTR(GPIOB)

Definition at line 109 of file gpio.h.

◆ GPIOC_OUTR

#define GPIOC_OUTR   GPIO_OUTR(GPIOC)

Definition at line 110 of file gpio.h.

◆ GPIOD_OUTR

#define GPIOD_OUTR   GPIO_OUTR(GPIOD)

Definition at line 111 of file gpio.h.

◆ GPIOE_OUTR

#define GPIOE_OUTR   GPIO_OUTR(GPIOE)

Definition at line 112 of file gpio.h.

◆ GPIOF_OUTR

#define GPIOF_OUTR   GPIO_OUTR(GPIOF)

Definition at line 113 of file gpio.h.

◆ GPIOG_OUTR

#define GPIOG_OUTR   GPIO_OUTR(GPIOG)

Definition at line 114 of file gpio.h.