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