Searched refs:SYSCALL_OS_DRV_I2CM_TXRX (Results 1 – 3 of 3) sorted by relevance
/device/google/contexthub/firmware/os/inc/ |
D | osApi.h | 48 #define SYSCALL_OS_DRV_I2CM_TXRX 2 // (I2cBus busId, I2cAddr addr, const void *txBuf, size… macro
|
D | syscallDo.h | 281 …SCALL_DOMAIN_OS, SYSCALL_OS_DRIVERS, SYSCALL_OS_DRV_I2C_MASTER, SYSCALL_OS_DRV_I2CM_TXRX), busId, … in eOsI2cMasterTxRx()
|
/device/google/contexthub/firmware/os/core/ |
D | osApi.c | 601 [SYSCALL_OS_DRV_I2CM_TXRX] = { .func = osExpApiI2cMstTxRx, }, in osApiExport()
|