Searched refs:SYSCALL_OS_DRV_I2CS_TX_PKT (Results 1 – 3 of 3) sorted by relevance
/device/google/contexthub/firmware/inc/ |
D | osApi.h | 74 #define SYSCALL_OS_DRV_I2CS_TX_PKT 4 // (I2cBus busId, const void *txBuf, size_t txSize, uin… macro
|
D | syscallDo.h | 333 …SCALL_DOMAIN_OS, SYSCALL_OS_DRIVERS, SYSCALL_OS_DRV_I2C_SLAVE, SYSCALL_OS_DRV_I2CS_TX_PKT), busId,… in eOsI2cSlaveTxPacket()
|
/device/google/contexthub/firmware/src/ |
D | osApi.c | 566 [ SYSCALL_OS_DRV_I2CS_TX_PKT] = { .func = osExpApiI2cSlvTxPkt, }, in osApiExport()
|