Home
last modified time | relevance | path

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

/linux/drivers/i2c/busses/
H A Di2c-stm32f7.c53 #define STM32_I2C_CR1_FMP BIT(24) macro
2031 stm32f7_i2c_set_bits(i2c_dev->base + STM32F7_I2C_CR1, STM32_I2C_CR1_FMP); in stm32f7_i2c_write_fm_plus_bits()
2033 stm32f7_i2c_clr_bits(i2c_dev->base + STM32F7_I2C_CR1, STM32_I2C_CR1_FMP); in stm32f7_i2c_write_fm_plus_bits()