Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
Di2c.c218 struct StmI2cXfer struct
233 static struct StmI2cXfer mXfers[I2C_MAX_QUEUE_DEPTH] = { }; argument
235 static inline struct StmI2cXfer *stmI2cGetXfer(void) in stmI2cGetXfer()
245 static inline void stmI2cPutXfer(struct StmI2cXfer *xfer) in stmI2cPutXfer()
496 struct StmI2cXfer *xfer; in stmI2cMasterTxRxDone()
918 struct StmI2cXfer *xfer = stmI2cGetXfer(); in i2cMasterTxRx()