Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/platform/stm32f4xx/
Di2c.c217 struct StmI2cXfer struct
231 static struct StmI2cXfer mXfers[I2C_MAX_QUEUE_DEPTH] = { }; argument
233 static inline struct StmI2cXfer *stmI2cGetXfer(void) in stmI2cGetXfer()
243 static inline void stmI2cPutXfer(struct StmI2cXfer *xfer) in stmI2cPutXfer()
494 struct StmI2cXfer *xfer; in stmI2cMasterTxRxDone()
862 struct StmI2cXfer *xfer = stmI2cGetXfer(); in i2cMasterTxRx()