Searched refs:i2cSlaveTx (Results 1 – 1 of 1) sorted by relevance
/device/google/contexthub/firmware/src/platform/stm32f4xx/ |
D | i2c.c | 996 static int i2cSlaveTx(uint32_t busId, const void *txBuf, uint8_t byte, in i2cSlaveTx() function 1035 return i2cSlaveTx(busId, NULL, byte, 0, callback, cookie); in i2cSlaveTxPreamble() 1041 return i2cSlaveTx(busId, txBuf, 0, txSize, callback, cookie); in i2cSlaveTxPacket()
|