Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
DosApi.h51 #define SYSCALL_OS_DRV_I2CM_TXRX 2 // (I2cBus busId, I2cAddr addr, const void *txBuf, size… macro
DsyscallDo.h276 …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/
DosApi.c592 [SYSCALL_OS_DRV_I2CM_TXRX] = { .func = osExpApiI2cMstTxRx, }, in osApiExport()