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

/device/google/contexthub/firmware/os/platform/stm32/
H A Di2c.c105 #define I2C_TRISE(x) ((x) & I2C_TRISE_MASK) macro
328 regs->TRISE = I2C_TRISE((apb1_clk / 1000000) + 1);
342 regs->TRISE = I2C_TRISE(((3*apb1_clk)/10000000) + 1);

Completed in 7 milliseconds