Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/platform/stm32f4xx/
Di2c.c165 struct StmI2cCfg { struct
175 const struct StmI2cCfg *cfg; argument
188 static const struct StmI2cCfg mStmI2cCfgs[] = {
781 const struct StmI2cCfg *cfg = &mStmI2cCfgs[busId]; in i2cMasterRequest()
823 const struct StmI2cCfg *cfg = pdev->cfg; in i2cMasterRelease()
924 const struct StmI2cCfg *cfg = &mStmI2cCfgs[busId]; in i2cSlaveRequest()
948 const struct StmI2cCfg *cfg = pdev->cfg; in i2cSlaveRelease()
970 const struct StmI2cCfg *cfg = pdev->cfg; in i2cSlaveEnableRx()