Searched defs:StmI2cXfer (Results 1 - 1 of 1) sorted by relevance

/device/google/contexthub/firmware/os/platform/stm32/
H A Di2c.c217 struct StmI2cXfer struct
232 static struct StmI2cXfer mXfers[I2C_MAX_QUEUE_DEPTH] = { };
234 static inline struct StmI2cXfer *stmI2cGetXfer(void)
244 static inline void stmI2cPutXfer(struct StmI2cXfer *xfer)
495 struct StmI2cXfer *xfer;
870 struct StmI2cXfer *xfer = stmI2cGetXfer();

Completed in 8 milliseconds