Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
Di2c.c106 #define I2C_TRISE(x) ((x) & I2C_TRISE_MASK) macro
329 regs->TRISE = I2C_TRISE((apb1_clk / 1000000) + 1); in stmI2cSpeedSet()
343 regs->TRISE = I2C_TRISE(((3*apb1_clk)/10000000) + 1); in stmI2cSpeedSet()