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

Macros | |
| #define | GPIO_CNF_SENSE_DISABLE 0 |
| Pin sensing is disabled. More... | |
| #define | GPIO_CNF_SENSE_HIGH 2 |
| Pin sensing is active for high level. More... | |
| #define | GPIO_CNF_SENSE_LOW 3 |
| Pin sensing is active for low level. More... | |
| #define GPIO_CNF_SENSE_DISABLE 0 |
Pin sensing is disabled.
Definition at line 119 of file common/gpio.h.
| #define GPIO_CNF_SENSE_HIGH 2 |
Pin sensing is active for high level.
Definition at line 122 of file common/gpio.h.
| #define GPIO_CNF_SENSE_LOW 3 |
Pin sensing is active for low level.
Definition at line 125 of file common/gpio.h.