libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Go to the source code of this file.
Macros | |
#define | PIO_PCMR(port) MMIO32((port) + 0x0150) |
#define | PIO_PCIER(port) MMIO32((port) + 0x0154) |
#define | PIO_PCIDR(port) MMIO32((port) + 0x0158) |
#define | PIO_PCIMR(port) MMIO32((port) + 0x015C) |
#define | PIO_PCISR(port) MMIO32((port) + 0x0160) |
#define | PIO_PCRHR(port) MMIO32((port) + 0x0164) |