libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
Port Base registers
Collaboration diagram for Port Base registers:

Macros

#define PORTA   (PORT_BASE + 0)
 
#define PORTB   (PORT_BASE + 0x80)
 

Detailed Description

Macro Definition Documentation

◆ PORTA

#define PORTA   (PORT_BASE + 0)

Definition at line 24 of file port.h.

◆ PORTB

#define PORTB   (PORT_BASE + 0x80)

Definition at line 25 of file port.h.