libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
#include <libopencm3/cm3/memorymap.h>
Go to the source code of this file.
Macros | |
#define | PERIPH_BASE (0x40000000U) |
#define | SYSTEM_CON_BASE (PERIPH_BASE + 0x0) |
#define | GPIO_BASE (PERIPH_BASE + 0x1000) |
#define | TIMER_SE0_BASE (PERIPH_BASE + 0x2000) |
#define | TIMER_SE1_BASE (PERIPH_BASE + 0x2400) |
#define | WDT_BASE (PERIPH_BASE + 0x19000) |
#define | SYSCTL_BASE (PERIPH_BASE + 0xf0000) |