Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
DosApi.h58 #define SYSCALL_OS_DRV_I2CS_TX_PRE 3 // (I2cBus busId, uint8_t byte, uint32_t yourTidForEvts… macro
DsyscallDo.h296 …SCALL_DOMAIN_OS, SYSCALL_OS_DRIVERS, SYSCALL_OS_DRV_I2C_SLAVE, SYSCALL_OS_DRV_I2CS_TX_PRE), busId,… in eOsI2cSlaveTxPreamble()
/device/google/contexthub/firmware/os/core/
DosApi.c602 [ SYSCALL_OS_DRV_I2CS_TX_PRE] = { .func = osExpApiI2cSlvTxPre, }, in osApiExport()