Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
Di2c.c166 struct StmI2cCfg { struct
176 const struct StmI2cCfg *cfg; argument
189 static const struct StmI2cCfg mStmI2cCfgs[] = {
835 const struct StmI2cCfg *cfg = &mStmI2cCfgs[busId]; in i2cMasterRequest()
879 const struct StmI2cCfg *cfg = pdev->cfg; in i2cMasterRelease()
981 const struct StmI2cCfg *cfg = &mStmI2cCfgs[busId]; in i2cSlaveRequest()
1005 const struct StmI2cCfg *cfg = pdev->cfg; in i2cSlaveRelease()
1027 const struct StmI2cCfg *cfg = pdev->cfg; in i2cSlaveEnableRx()