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;
190 .regs = (struct StmI2c *)I2C1_BASE,
198 .regs = (struct StmI2c *)I2C2_BASE,
206 .regs = (struct StmI2c *)I2C3_BASE,
274 struct StmI2c *regs = pdev->cfg->regs; in stmI2cStopEnable()
283 struct StmI2c *regs = pdev->cfg->regs; in stmI2cStartEnable()
315 struct StmI2c *regs = pdev->cfg->regs; in stmI2cSpeedSet()
392 struct StmI2c *regs = pdev->cfg->regs; in stmI2cSlaveTxNextByte()
410 struct StmI2c *regs = pdev->cfg->regs; in stmI2cSlaveAddrMatched()
[all …]