libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Macros | |
#define | GPIO_PUPD_NONE 0x0 |
#define | GPIO_PUPD_PULLDOWN 0x1 |
#define | GPIO_PUPD_PULLUP 0x2 |
#define GPIO_PUPD_NONE 0x0 |
Definition at line 75 of file common/gpio.h.
#define GPIO_PUPD_PULLDOWN 0x1 |
Definition at line 76 of file common/gpio.h.
#define GPIO_PUPD_PULLUP 0x2 |
Definition at line 77 of file common/gpio.h.