Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
Di2c.c109 struct StmI2c { struct
167 struct StmI2c *regs;
191 .regs = (struct StmI2c *)I2C1_BASE,
199 .regs = (struct StmI2c *)I2C2_BASE,
207 .regs = (struct StmI2c *)I2C3_BASE,
273 struct StmI2c *regs = pdev->cfg->regs; in stmI2cStopEnable()
282 struct StmI2c *regs = pdev->cfg->regs; in stmI2cStartEnable()
314 struct StmI2c *regs = pdev->cfg->regs; in stmI2cSpeedSet()
391 struct StmI2c *regs = pdev->cfg->regs; in stmI2cSlaveTxNextByte()
409 struct StmI2c *regs = pdev->cfg->regs; in stmI2cSlaveAddrMatched()
[all …]