Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/peripherals/atecc608a-tnglora-se/
Datecc608a-tnglora-se-hal.c149 ATCA_STATUS hal_i2c_send(ATCAIface iface, uint8_t *txdata, int txlength) in hal_i2c_send() argument
153 txlength++; in hal_i2c_send()
154 …WriteBuffer((I2c_t *)NULL, iface->mIfaceCFG->atcai2c.slave_address, txdata, (size_t)txlength) == 1) in hal_i2c_send()