Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/variant/nucleo/src/os/
Di2c.c20 static const struct StmI2cBoardCfg mStmI2cBoardCfgs[] = { variable
36 if (busId >= ARRAY_SIZE(mStmI2cBoardCfgs)) in boardStmI2cCfg()
39 return &mStmI2cBoardCfgs[busId]; in boardStmI2cCfg()
/device/google/contexthub/firmware/variant/lunchbox/src/os/
Di2c.c20 static const struct StmI2cBoardCfg mStmI2cBoardCfgs[] = { variable
36 if (busId >= ARRAY_SIZE(mStmI2cBoardCfgs)) in boardStmI2cCfg()
39 return &mStmI2cBoardCfgs[busId]; in boardStmI2cCfg()
/device/google/contexthub/firmware/variant/neonkey/src/os/
Di2c.c20 static const struct StmI2cBoardCfg mStmI2cBoardCfgs[] = { variable
47 if (busId >= ARRAY_SIZE(mStmI2cBoardCfgs)) in boardStmI2cCfg()
50 return &mStmI2cBoardCfgs[busId]; in boardStmI2cCfg()
/device/google/contexthub/firmware/variant/argonkey/src/os/
Di2c.c20 static const struct StmI2cBoardCfg mStmI2cBoardCfgs[] = { variable
58 if (busId >= ARRAY_SIZE(mStmI2cBoardCfgs)) in boardStmI2cCfg()
61 return &mStmI2cBoardCfgs[busId]; in boardStmI2cCfg()