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

  /device/google/contexthub/firmware/os/platform/native/
i2c.c 29 int i2cMasterRequest(I2cBus busId, I2cSpeed speed)
  /device/google/contexthub/firmware/os/inc/
i2c.h 30 int i2cMasterRequest(uint32_t busId, uint32_t speedInHz);
  /device/google/contexthub/firmware/os/drivers/leds/
leds_lp3943.c 308 i2cMasterRequest(I2C_BUS_ID, I2C_SPEED);
  /device/google/contexthub/firmware/os/drivers/si_si7034/
si7034a10.c 480 i2cMasterRequest(SI7034A10_I2C_BUS_ID, SI7034A10_I2C_SPEED);
  /device/google/contexthub/firmware/os/drivers/st_hts221/
hts221.c 499 i2cMasterRequest(HTS221_I2C_BUS_ID, HTS221_I2C_SPEED);
  /device/google/contexthub/firmware/os/drivers/synaptics_s3708/
synaptics_s3708.c 513 ret = i2cMasterRequest(I2C_BUS_ID, I2C_SPEED);
518 ERROR_PRINT("i2cMasterRequest() failed!");
  /device/google/contexthub/firmware/os/drivers/ams_tmd2772/
ams_tmd2772.c 710 i2cMasterRequest(I2C_BUS_ID, I2C_SPEED);
  /device/google/contexthub/firmware/os/drivers/bosch_bmp280/
bosch_bmp280.c 605 i2cMasterRequest(I2C_BUS_ID, I2C_SPEED);
  /device/google/contexthub/firmware/os/drivers/rohm_rpr0521/
rohm_rpr0521.c 762 i2cMasterRequest(I2C_BUS_ID, I2C_SPEED);
  /device/google/contexthub/firmware/os/drivers/st_lps22hb/
lps22hb.c 720 i2cMasterRequest(LPS22HB_I2C_BUS_ID, LPS22HB_I2C_SPEED);
  /device/google/contexthub/firmware/os/core/
osApi.c 388 *retValP = i2cMasterRequest(busId, speed);
  /device/google/contexthub/firmware/os/drivers/ams_tmd4903/
ams_tmd4903.c     [all...]
  /device/google/contexthub/firmware/os/drivers/st_mag40/
st_mag40.c 997 i2cMasterRequest(ST_MAG40_I2C_BUS_ID, ST_MAG40_I2C_SPEED);
  /device/google/contexthub/firmware/os/platform/stm32/
i2c.c 778 int i2cMasterRequest(uint32_t busId, uint32_t speed)
  /device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmi160.c     [all...]

Completed in 846 milliseconds