Searched refs:STM32F4_I2C_CR2_FREQ_MASK (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/i2c/busses/
H A Di2c-stm32f4.c51 #define STM32F4_I2C_CR2_FREQ_MASK GENMASK(5, 0) macro
52 #define STM32F4_I2C_CR2_FREQ(n) ((n) & STM32F4_I2C_CR2_FREQ_MASK)

Completed in 127 milliseconds