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

  /device/google/contexthub/firmware/src/platform/linux/
i2c.c 29 int i2cMasterRequest(I2cBus busId, I2cSpeed speed)
  /device/google/contexthub/firmware/inc/
i2c.h 30 int i2cMasterRequest(uint32_t busId, uint32_t speedInHz);
  /device/google/contexthub/firmware/src/drivers/synaptics_s3708/
synaptics_s3708.c 495 ret = i2cMasterRequest(I2C_BUS_ID, I2C_SPEED);
500 ERROR_PRINT("i2cMasterRequest() failed!");
  /device/google/contexthub/firmware/src/drivers/ams_tmd2772/
ams_tmd2772.c 710 i2cMasterRequest(I2C_BUS_ID, I2C_SPEED);
  /device/google/contexthub/firmware/src/drivers/bosch_bmp280/
bosch_bmp280.c 549 i2cMasterRequest(I2C_BUS_ID, I2C_SPEED);
  /device/google/contexthub/firmware/src/drivers/rohm_rpr0521/
rohm_rpr0521.c 752 i2cMasterRequest(I2C_BUS_ID, I2C_SPEED);
  /device/google/contexthub/firmware/src/drivers/ams_tmd4903/
ams_tmd4903.c     [all...]
  /device/google/contexthub/firmware/src/
osApi.c 381 *retValP = i2cMasterRequest(busId, speed);
  /device/google/contexthub/firmware/src/platform/stm32f4xx/
i2c.c 775 int i2cMasterRequest(uint32_t busId, uint32_t speed)

Completed in 747 milliseconds