Home
last modified time | relevance | path

Searched defs:PCA9554State (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/include/hw/gpio/
H A Dpca9554.h15 typedef struct PCA9554State PCA9554State; typedef
22 struct PCA9554State { struct
24 I2CSlave i2c;
27 uint8_t len;
28 uint8_t pointer;
30 uint8_t regs[PCA9554_NR_REGS];
31 qemu_irq gpio_out[PCA9554_PIN_COUNT];
32 uint8_t ext_state[PCA9554_PIN_COUNT];
33 char *description; /* For debugging purpose only */