libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Macros | |
#define | GPIO_MODE_INPUT 0 |
#define | GPIO_MODE_OUTPUT 1 |
#define | GPIO_MODE_ANALOG 2 |
#define GPIO_MODE_ANALOG 2 |
Definition at line 66 of file common/gpio.h.
#define GPIO_MODE_INPUT 0 |
Definition at line 64 of file common/gpio.h.
#define GPIO_MODE_OUTPUT 1 |
Definition at line 65 of file common/gpio.h.