Searched defs:EEPROMState (Results 1 – 1 of 1) sorted by relevance
33 typedef struct EEPROMState EEPROMState; typedef37 struct EEPROMState { struct38 I2CSlave parent_obj;41 uint16_t cur;43 uint32_t rsize;68 EEPROMState *ee = AT24C_EE(s); in at24c_eeprom_event() argument