Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/inc/plat/
Di2c.h31 struct StmI2cGpioCfg { struct
37 struct StmI2cGpioCfg gpioScl; argument
38 struct StmI2cGpioCfg gpioSda;
/device/google/contexthub/firmware/os/platform/stm32/
Di2c.c772 …ne struct Gpio* stmI2cGpioInit(const struct StmI2cBoardCfg *board, const struct StmI2cGpioCfg *cfg) in stmI2cGpioInit()