![]() |
EVE 1.0
|
#include <gpio-ext.h>
Data Fields | |
| uint16_t | OutputValues |
| Last values set for output. | |
| uint16_t | InputValues |
| Last read input values. | |
| uint16_t | Direction |
| Current direction state (0 = in, 1 = out) | |
| uint16_t | PullSelect |
| Current pullup/pulldown state (0 = pulldown, 1 = pullup) | |
| uint16_t | PullEnable |
| Current pull resistor enabled state (0 = off, 1 = on) | |
| uint16_t | InterruptStatus |
| Pending interrupt status. | |
| uint16_t | InterruptMask |
| Internal interrupt bit mask (0 = disabled, 1 = enabled) | |
GPIO driver run-time state
Definition at line 104 of file gpio-ext.h.