EVE 1.0
gpio_ext_t Struct Reference

#include <gpio-ext.h>

Collaboration diagram for gpio_ext_t:

Data Fields

const void * Impl
 Device specific configuration data.
 
struct gpio_ext_state_tState
 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_tFunc
 Virtual functions table.
 

Detailed Description

GPIO driver configuration data

Definition at line 173 of file gpio-ext.h.