Home
last modified time | relevance | path

Searched refs:i2cMasterTxRx (Results 1 – 8 of 8) sorted by relevance

/device/google/contexthub/firmware/inc/
Di2c.h32 int i2cMasterTxRx(uint32_t busId, uint32_t addr, const void *txBuf, size_t txSize,
37 return i2cMasterTxRx(busId, addr, txBuf, txSize, NULL, 0, callback, cookie);} in i2cMasterTx()
41 return i2cMasterTxRx(busId, addr, NULL, 0, rxBuf, rxSize, callback, cookie); in i2cMasterRx()
/device/google/contexthub/firmware/src/platform/linux/
Di2c.c39 int i2cMasterTxRx(I2cBus busId, I2cAddr addr, in i2cMasterTxRx() function
/device/google/contexthub/firmware/src/drivers/bosch_bmp280/
Dbosch_bmp280.c391 i2cMasterTxRx(I2C_BUS_ID, I2C_ADDR, mTask.txrxBuf, 1, in handleI2cEvent()
406 i2cMasterTxRx(I2C_BUS_ID, I2C_ADDR, mTask.txrxBuf, 1, in handleI2cEvent()
522 i2cMasterTxRx(I2C_BUS_ID, I2C_ADDR, mTask.txrxBuf, 1, in handleEvent()
536 i2cMasterTxRx(I2C_BUS_ID, I2C_ADDR, mTask.txrxBuf, 1, in handleEvent()
/device/google/contexthub/firmware/src/drivers/ams_tmd2772/
Dams_tmd2772.c433 i2cMasterTxRx(I2C_BUS_ID, I2C_ADDR, mData.txrxBuf.bytes, 1, in handle_calibration_event()
442 i2cMasterTxRx(I2C_BUS_ID, I2C_ADDR, mData.txrxBuf.bytes, 1, in handle_calibration_event()
649 i2cMasterTxRx(I2C_BUS_ID, I2C_ADDR, mData.txrxBuf.bytes, 1, in handle_event()
663 i2cMasterTxRx(I2C_BUS_ID, I2C_ADDR, mData.txrxBuf.bytes, 1, in handle_event()
/device/google/contexthub/firmware/src/drivers/rohm_rpr0521/
Drohm_rpr0521.c506 i2cMasterTxRx(I2C_BUS_ID, I2C_ADDR, mTask.txrxBuf, 1, in handle_i2c_event()
694i2cMasterTxRx(I2C_BUS_ID, I2C_ADDR, mTask.txrxBuf, 1, mTask.txrxBuf, 4, &i2cCallback, (void *)SENS… in handle_event()
700i2cMasterTxRx(I2C_BUS_ID, I2C_ADDR, mTask.txrxBuf, 1, mTask.txrxBuf, 7, &i2cCallback, (void *)SENS… in handle_event()
/device/google/contexthub/firmware/src/drivers/ams_tmd4903/
Dams_tmd4903.c878i2cMasterTxRx(I2C_BUS_ID, I2C_ADDR, mTask.txrxBuf, 1, mTask.txrxBuf, 2, &i2cCallback, (void *)SENS… in handle_event()
892i2cMasterTxRx(I2C_BUS_ID, I2C_ADDR, mTask.txrxBuf, 1, mTask.txrxBuf, 8, &i2cCallback, (void *)SENS… in handle_event()
898i2cMasterTxRx(I2C_BUS_ID, I2C_ADDR, mTask.txrxBuf, 1, mTask.txrxBuf, 8, &i2cCallback, (void *)SENS… in handle_event()
901i2cMasterTxRx(I2C_BUS_ID, I2C_ADDR, mTask.txrxBuf, 1, mTask.txrxBuf, 2, &i2cCallback, (void *)SENS… in handle_event()
/device/google/contexthub/firmware/src/
DosApi.c386 …*retValP = i2cMasterTxRx(busId, addr, txBuf, txSize, rxBuf, rxSize, osExpApiI2cInternalCbk, cbkInf… in osExpApiI2cMstTxRx()
/device/google/contexthub/firmware/src/platform/stm32f4xx/
Di2c.c845 int i2cMasterTxRx(uint32_t busId, uint32_t addr, in i2cMasterTxRx() function