Searched refs:bytesToRead (Results 1 – 1 of 1) sorted by relevance
190 uint8_t bytesToRead = lengthPackage[0] - 1; in hal_i2c_receive() local192 if (bytesToRead > *rxlength) in hal_i2c_receive()194 … printf("hal_i2c_receive buffer too small, requested %u, but have %u", bytesToRead, *rxlength); in hal_i2c_receive()205 … I2cMcuReadBuffer((I2c_t *)NULL, iface->mIfaceCFG->atcai2c.slave_address, rxdata + 1, bytesToRead); in hal_i2c_receive()