Home
last modified time | relevance | path

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

/loramac-node-latest/src/peripherals/atecc608a-tnglora-se/
Datecc608a-tnglora-se-hal.c171 ATCA_STATUS hal_i2c_receive(ATCAIface iface, uint8_t *rxdata, uint16_t *rxlength) in hal_i2c_receive() argument
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()
198 memset(rxdata, 0, *rxlength); in hal_i2c_receive()
213 *rxlength = lengthPackage[0]; in hal_i2c_receive()