Home
last modified time | relevance | path

Searched refs:i2cSlaveTxPreamble (Results 1 – 5 of 5) sorted by relevance

/device/google/contexthub/firmware/src/
DhostIntfI2c.c32 i2cSlaveTxPreamble(gBusId, NANOHUB_PREAMBLE_BYTE, in hostIntfI2cRxCallback()
40 i2cSlaveTxPreamble(gBusId, NANOHUB_PREAMBLE_BYTE, in hostIntfI2cTxCallback()
DosApi.c436 *retValP = i2cSlaveTxPreamble(busId, byte, osExpApiI2cInternalCbk, cbkInfo); in osExpApiI2cSlvTxPre()
/device/google/contexthub/firmware/src/platform/linux/
Di2c.c62 int i2cSlaveTxPreamble(I2cBus busId, uint8_t byte, I2cCallbackF callback, void *cookie) in i2cSlaveTxPreamble() function
/device/google/contexthub/firmware/inc/
Di2c.h49 int i2cSlaveTxPreamble(uint32_t busId, uint8_t byte,
/device/google/contexthub/firmware/src/platform/stm32f4xx/
Di2c.c1032 int i2cSlaveTxPreamble(uint32_t busId, uint8_t byte, I2cCallbackF callback, in i2cSlaveTxPreamble() function