Home
last modified time | relevance | path

Searched refs:bytesToRead (Results 1 – 1 of 1) sorted by relevance

/loramac-node-3.4.0/src/peripherals/atecc608a-tnglora-se/
Datecc608a-tnglora-se-hal.c190 uint8_t bytesToRead = lengthPackage[0] - 1; in hal_i2c_receive() local
192 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()