libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
GPIO Pin Identifiers. More...
Macros | |
#define | GPIO0 (1 << 0) |
GPIO Pin 0 Identifier. More... | |
#define | GPIO1 (1 << 1) |
GPIO Pin 1 Identifier. More... | |
#define | GPIO2 (1 << 2) |
GPIO Pin 2 Identifier. More... | |
#define | GPIO3 (1 << 3) |
GPIO Pin 3 Identifier. More... | |
#define | GPIO4 (1 << 4) |
GPIO Pin 4 Identifier. More... | |
#define | GPIO5 (1 << 5) |
GPIO Pin 5 Identifier. More... | |
#define | GPIO6 (1 << 6) |
GPIO Pin 6 Identifier. More... | |
#define | GPIO7 (1 << 7) |
GPIO Pin 7 Identifier. More... | |
#define | GPIO_ALL (0xFF) |
GPIO All Pins Identifier. More... | |
GPIO Pin Identifiers.