libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Go to the source code of this file.
Macros | |
#define | SYSCFG_MEMRM MMIO32(SYSCFG_BASE + 0x00) |
#define | SYSCFG_PMC MMIO32(SYSCFG_BASE + 0x04) |
#define | SYSCFG_EXTICR(i) MMIO32(SYSCFG_BASE + 0x08 + (i)*4) |
#define | SYSCFG_EXTICR1 SYSCFG_EXTICR(0) |
#define | SYSCFG_EXTICR2 SYSCFG_EXTICR(1) |
#define | SYSCFG_EXTICR3 SYSCFG_EXTICR(2) |
#define | SYSCFG_EXTICR4 SYSCFG_EXTICR(3) |
#define | SYSCFG_CMPCR MMIO32(SYSCFG_BASE + 0x20) |
#define | SYSCFG_EXTICR_FIELDSIZE 4 |