Home
last modified time | relevance | path

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

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