|
libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|

Macros | |
| #define | GPIO_PUPD_NONE 0x0 |
| #define | GPIO_PUPD_PULLUP 0x1 |
| #define | GPIO_PUPD_PULLDOWN 0x2 |
| #define GPIO_PUPD_NONE 0x0 |
Definition at line 215 of file gpio_common_f234.h.
| #define GPIO_PUPD_PULLDOWN 0x2 |
Definition at line 217 of file gpio_common_f234.h.
| #define GPIO_PUPD_PULLUP 0x1 |
Definition at line 216 of file gpio_common_f234.h.