Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/platform/stm32f4xx/
Di2c.c131 struct I2cStmState { struct
177 struct I2cStmState state; argument
347 struct I2cStmState *state = &pdev->state; in stmI2cSlaveIdle()
354 static inline void stmI2cInvokeRxCallback(struct I2cStmState *state, size_t tx, size_t rx, int err) in stmI2cInvokeRxCallback()
361 static inline void stmI2cInvokeTxCallback(struct I2cStmState *state, size_t tx, size_t rx, int err) in stmI2cInvokeTxCallback()
370 struct I2cStmState *state = &pdev->state; in stmI2cSlaveRxDone()
379 struct I2cStmState *state = &pdev->state; in stmI2cSlaveTxDone()
388 struct I2cStmState *state = &pdev->state; in stmI2cSlaveTxNextByte()
406 struct I2cStmState *state = &pdev->state; in stmI2cSlaveAddrMatched()
437 struct I2cStmState *state = &pdev->state; in stmI2cSlaveRxBufNotEmpty()
[all …]