![]() |
EVE 1.0
|
#include <gpio-ext.h>
Data Fields | |
const void * | Impl |
Device specific configuration data. | |
struct gpio_ext_state_t * | State |
Address to struct with RAM variables used by the driver. | |
uint8_t | PinsNum |
Total number of pins on the port. | |
uint16_t | PortMask |
Bitmask of all the pins on the port (f.ex. 0xFF for 8-bit port, 0xFFFF for 16-bit) | |
const struct gpio_ext_init_pin_t | PortsInit [16] |
Init values for each pin. | |
const struct gpio_ext_api_t * | Func |
Virtual functions table. | |
GPIO driver configuration data
Definition at line 173 of file gpio-ext.h.