Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
DosApi.h59 #define SYSCALL_OS_DRV_I2CS_TX_PKT 4 // (I2cBus busId, const void *txBuf, size_t txSize, uin… macro
DsyscallDo.h301 …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/
DosApi.c603 [ SYSCALL_OS_DRV_I2CS_TX_PKT] = { .func = osExpApiI2cSlvTxPkt, }, in osApiExport()