Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
Di2c.c64 #define I2C_CR2_FREQ(x) ((x) & I2C_CR2_FREQ_MASK) macro
321 I2C_CR2_FREQ(apb1_clk / 1000000); in stmI2cSpeedSet()