SN9C102_REG_COUNT
if (address + count > SN9C102_REG_COUNT) {
if (address + count > SN9C102_REG_COUNT) {
uint8 regs[SN9C102_REG_COUNT];
err = ReadReg(0, regs, SN9C102_REG_COUNT);
memset(fCachedRegs, 0, SN9C102_REG_COUNT);
uint8 fCachedRegs[SN9C102_REG_COUNT];