libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
3s/pio.h File Reference
Include dependency graph for 3s/pio.h:

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)
 

Macro Definition Documentation

◆ PIO_PCIDR

#define PIO_PCIDR (   port)    MMIO32((port) + 0x0158)

Definition at line 35 of file 3s/pio.h.

◆ PIO_PCIER

#define PIO_PCIER (   port)    MMIO32((port) + 0x0154)

Definition at line 32 of file 3s/pio.h.

◆ PIO_PCIMR

#define PIO_PCIMR (   port)    MMIO32((port) + 0x015C)

Definition at line 38 of file 3s/pio.h.

◆ PIO_PCISR

#define PIO_PCISR (   port)    MMIO32((port) + 0x0160)

Definition at line 41 of file 3s/pio.h.

◆ PIO_PCMR

#define PIO_PCMR (   port)    MMIO32((port) + 0x0150)

Definition at line 29 of file 3s/pio.h.

◆ PIO_PCRHR

#define PIO_PCRHR (   port)    MMIO32((port) + 0x0164)

Definition at line 44 of file 3s/pio.h.