libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
System Peripheral Memory Map.
Collaboration diagram for System Peripheral Memory Map.:

Macros

#define MEMCTL_BASE   (SYS_PERIPH_BASE + 0x0000)
 
#define SCC_BASE   (SYS_PERIPH_BASE + 0x0400)
 
#define WWDT_BASE   (SYS_PERIPH_BASE + 0x0800)
 
#define RTC_BASE   (SYS_PERIPH_BASE + 0x0C00)
 
#define CRC_BASE   (SYS_PERIPH_BASE + 0x1000)
 
#define GPIOA_BASE   (SYS_PERIPH_BASE + 0x1400)
 
#define GPIOB_BASE   (SYS_PERIPH_BASE + 0x1800)
 
#define GPIOC_BASE   (SYS_PERIPH_BASE + 0x1C00)
 
#define GPIOD_BASE   (SYS_PERIPH_BASE + 0x2000)
 
#define GPIOE_BASE   (SYS_PERIPH_BASE + 0x2400)
 
#define GPIOF_BASE   (SYS_PERIPH_BASE + 0x2800)
 
#define GPIOG_BASE   (SYS_PERIPH_BASE + 0x2C00)
 

Detailed Description

Macro Definition Documentation

◆ CRC_BASE

#define CRC_BASE   (SYS_PERIPH_BASE + 0x1000)

Definition at line 62 of file pac55xx/memorymap.h.

◆ GPIOA_BASE

#define GPIOA_BASE   (SYS_PERIPH_BASE + 0x1400)

Definition at line 63 of file pac55xx/memorymap.h.

◆ GPIOB_BASE

#define GPIOB_BASE   (SYS_PERIPH_BASE + 0x1800)

Definition at line 64 of file pac55xx/memorymap.h.

◆ GPIOC_BASE

#define GPIOC_BASE   (SYS_PERIPH_BASE + 0x1C00)

Definition at line 65 of file pac55xx/memorymap.h.

◆ GPIOD_BASE

#define GPIOD_BASE   (SYS_PERIPH_BASE + 0x2000)

Definition at line 66 of file pac55xx/memorymap.h.

◆ GPIOE_BASE

#define GPIOE_BASE   (SYS_PERIPH_BASE + 0x2400)

Definition at line 67 of file pac55xx/memorymap.h.

◆ GPIOF_BASE

#define GPIOF_BASE   (SYS_PERIPH_BASE + 0x2800)

Definition at line 68 of file pac55xx/memorymap.h.

◆ GPIOG_BASE

#define GPIOG_BASE   (SYS_PERIPH_BASE + 0x2C00)

Definition at line 69 of file pac55xx/memorymap.h.

◆ MEMCTL_BASE

#define MEMCTL_BASE   (SYS_PERIPH_BASE + 0x0000)

Definition at line 58 of file pac55xx/memorymap.h.

◆ RTC_BASE

#define RTC_BASE   (SYS_PERIPH_BASE + 0x0C00)

Definition at line 61 of file pac55xx/memorymap.h.

◆ SCC_BASE

#define SCC_BASE   (SYS_PERIPH_BASE + 0x0400)

Definition at line 59 of file pac55xx/memorymap.h.

◆ WWDT_BASE

#define WWDT_BASE   (SYS_PERIPH_BASE + 0x0800)

Definition at line 60 of file pac55xx/memorymap.h.