Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
DosApi.h55 #define SYSCALL_OS_DRV_I2CS_REQ 0 // (I2cBus busId, I2cAddr addr) -> int status macro
DsyscallDo.h281 …SYSCALL_DOMAIN_OS, SYSCALL_OS_DRIVERS, SYSCALL_OS_DRV_I2C_SLAVE, SYSCALL_OS_DRV_I2CS_REQ), busId, … in eOsI2cSlaveRequest()
/device/google/contexthub/firmware/os/core/
DosApi.c599 [ SYSCALL_OS_DRV_I2CS_REQ] = { .func = osExpApiI2cSlvReq, }, in osApiExport()