Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
DosApi.h56 #define SYSCALL_OS_DRV_I2CS_REL 1 // (I2cBus busId) -> int status macro
DsyscallDo.h286 …(SYSCALL_DOMAIN_OS, SYSCALL_OS_DRIVERS, SYSCALL_OS_DRV_I2C_SLAVE, SYSCALL_OS_DRV_I2CS_REL), busId); in eOsI2cSlaveRelease()
/device/google/contexthub/firmware/os/core/
DosApi.c600 [ SYSCALL_OS_DRV_I2CS_REL] = { .func = osExpApiI2cSlvRel, }, in osApiExport()