Home
last modified time | relevance | path

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

/loramac-node-3.4.0/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
198 memset(rxdata, 0, *rxlength); in hal_i2c_receive()
199 rxdata[0] = lengthPackage[0]; in hal_i2c_receive()
205 …r = I2cMcuReadBuffer((I2c_t *)NULL, iface->mIfaceCFG->atcai2c.slave_address, rxdata + 1, bytesToRe… in hal_i2c_receive()