Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/
DosApi.h64 #define SYSCALL_OS_DRV_I2CM_REQ 0 // (I2cBus busId, I2cSpeed speed) -> int status macro
DsyscallDo.h298 …YSCALL_DOMAIN_OS, SYSCALL_OS_DRIVERS, SYSCALL_OS_DRV_I2C_MASTER, SYSCALL_OS_DRV_I2CM_REQ), busId, … in eOsI2cMasterRequest()
/device/google/contexthub/firmware/src/
DosApi.c553 [SYSCALL_OS_DRV_I2CM_REQ] = { .func = osExpApiI2cMstReq, }, in osApiExport()