Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/i2c/busses/
Di2c-stm32f7.c156 #define STM32F7_I2C_TIMINGR_SCLL(n) ((n) & 0xff) macro
747 timing |= STM32F7_I2C_TIMINGR_SCLL(t->scll); in stm32f7_i2c_hw_config()