OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mStmI2cBoardCfgs
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/firmware/src/variant/lunchbox/
i2c.c
20
static const struct StmI2cBoardCfg
mStmI2cBoardCfgs
[] = {
36
if (busId >= ARRAY_SIZE(
mStmI2cBoardCfgs
))
39
return &
mStmI2cBoardCfgs
[busId];
/device/google/contexthub/firmware/src/variant/nucleo/
i2c.c
20
static const struct StmI2cBoardCfg
mStmI2cBoardCfgs
[] = {
36
if (busId >= ARRAY_SIZE(
mStmI2cBoardCfgs
))
39
return &
mStmI2cBoardCfgs
[busId];
Completed in 3923 milliseconds