Searched defs:txSize (Results 1 – 8 of 8) sorted by relevance
/device/google/contexthub/firmware/os/platform/native/ |
D | i2c.c | 40 const void *txBuf, size_t txSize, void *rxBuf, size_t rxSize, in i2cMasterTxRx() 67 int i2cSlaveTxPacket(I2cBus busId, const void *txBuf, size_t txSize, I2cCallbackF callback, void *c… in i2cSlaveTxPacket()
|
/device/google/contexthub/firmware/os/inc/ |
D | i2c.h | 35 const void *txBuf, size_t txSize, I2cCallbackF callback, void *cookie) in i2cMasterTx()
|
D | syscallDo.h | 279 static inline int eOsI2cMasterTxRx(uint32_t busId, uint32_t addr, const void *txBuf, size_t txSize,… in eOsI2cMasterTxRx() 304 static inline int eOsI2cSlaveTxPacket(uint32_t busId, const void *txBuf, size_t txSize, uint32_t cb… in eOsI2cSlaveTxPacket()
|
/device/google/contexthub/firmware/os/core/ |
D | hostIntfSpi.c | 72 static int hostIntfSpiTxPacket(const void *txBuf, size_t txSize, in hostIntfSpiTxPacket()
|
D | hostIntfI2c.c | 58 static int hostIntfI2cTxPacket(const void *txBuf, size_t txSize, in hostIntfI2cTxPacket()
|
D | osApi.c | 404 size_t txSize = va_arg(args, size_t); in osExpApiI2cMstTxRx() local 474 size_t txSize = va_arg(args, size_t); in osExpApiI2cSlvTxPkt() local
|
/device/google/contexthub/firmware/os/platform/stm32/ |
D | i2c.c | 221 size_t txSize; member 911 const void *txBuf, size_t txSize, void *rxBuf, size_t rxSize, in i2cMasterTxRx() 1063 size_t txSize, I2cCallbackF callback, void *cookie) in i2cSlaveTx() 1104 int i2cSlaveTxPacket(uint32_t busId, const void *txBuf, size_t txSize, in i2cSlaveTxPacket()
|
/device/google/contexthub/firmware/os/drivers/rohm_rpr0521/ |
D | rohm_rpr0521.c | 340 static bool i2cWrite(struct I2cTransfer *xfer, size_t txSize) in i2cWrite()
|