Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
Di2c.c132 struct I2cStmState { struct
178 struct I2cStmState state; argument
349 struct I2cStmState *state = &pdev->state; in stmI2cSlaveIdle()
356 static inline void stmI2cInvokeRxCallback(struct I2cStmState *state, size_t tx, size_t rx, int err) in stmI2cInvokeRxCallback()
363 static inline void stmI2cInvokeTxCallback(struct I2cStmState *state, size_t tx, size_t rx, int err) in stmI2cInvokeTxCallback()
372 struct I2cStmState *state = &pdev->state; in stmI2cSlaveRxDone()
381 struct I2cStmState *state = &pdev->state; in stmI2cSlaveTxDone()
390 struct I2cStmState *state = &pdev->state; in stmI2cSlaveTxNextByte()
408 struct I2cStmState *state = &pdev->state; in stmI2cSlaveAddrMatched()
439 struct I2cStmState *state = &pdev->state; in stmI2cSlaveRxBufNotEmpty()
[all …]