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/os/inc/
DosApi.h49 #define SYSCALL_OS_DRV_I2CM_REQ 0 // (I2cBus busId, I2cSpeed speed) -> int status macro
DsyscallDo.h266 …YSCALL_DOMAIN_OS, SYSCALL_OS_DRIVERS, SYSCALL_OS_DRV_I2C_MASTER, SYSCALL_OS_DRV_I2CM_REQ), busId, … in eOsI2cMasterRequest()
/device/google/contexthub/firmware/os/core/
DosApi.c590 [SYSCALL_OS_DRV_I2CM_REQ] = { .func = osExpApiI2cMstReq, }, in osApiExport()