Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
DosApi.h57 #define SYSCALL_OS_DRV_I2CS_RX_EN 2 // (I2cBus busId, void *rxBuf, size_t rxSize, uint32_t … macro
DsyscallDo.h291 …YSCALL_DOMAIN_OS, SYSCALL_OS_DRIVERS, SYSCALL_OS_DRV_I2C_SLAVE, SYSCALL_OS_DRV_I2CS_RX_EN), busId,… in eOsI2cSlaveEnableRx()
/device/google/contexthub/firmware/os/core/
DosApi.c601 [ SYSCALL_OS_DRV_I2CS_RX_EN] = { .func = osExpApiI2cSlvRxEn, }, in osApiExport()