HomeSort by relevance Sort by last modified time
    Searched refs:SYSCALL_OS_DRV_I2CS_TX_PRE (Results 1 - 3 of 3) sorted by null

  /device/google/contexthub/firmware/os/inc/
osApi.h 55 #define SYSCALL_OS_DRV_I2CS_TX_PRE 3 // (I2cBus busId, uint8_t byte, uint32_t yourTidForEvts, void *cookie) -> int status
syscallDo.h 301 return syscallDo4P(SYSCALL_NO(SYSCALL_DOMAIN_OS, SYSCALL_OS_DRIVERS, SYSCALL_OS_DRV_I2C_SLAVE, SYSCALL_OS_DRV_I2CS_TX_PRE), busId, byte, cbkTid, cookie);
  /device/google/contexthub/firmware/os/core/
osApi.c 611 [ SYSCALL_OS_DRV_I2CS_TX_PRE] = { .func = osExpApiI2cSlvTxPre, },

Completed in 56 milliseconds