READ_EEPROM
readcmd = READ_EEPROM;
uint16_t data = 0, cmd = READ_EEPROM;
cmd = sc->ex_conf & EX_CONF_EEPROM_8BIT ? READ_EEPROM8 : READ_EEPROM;