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

  /device/google/contexthub/firmware/os/inc/
osApi.h 46 #define SYSCALL_OS_DRV_I2CM_REQ 0 // (I2cBus busId, I2cSpeed speed) -> int status
syscallDo.h 271 return syscallDo2P(SYSCALL_NO(SYSCALL_DOMAIN_OS, SYSCALL_OS_DRIVERS, SYSCALL_OS_DRV_I2C_MASTER, SYSCALL_OS_DRV_I2CM_REQ), busId, speedInHz);
  /device/google/contexthub/firmware/os/core/
osApi.c 599 [SYSCALL_OS_DRV_I2CM_REQ] = { .func = osExpApiI2cMstReq, },

Completed in 68 milliseconds