Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Dstm32f7_i2c.c55 #define STM32_I2C_CR2_STOP BIT(14) macro
461 mask = STM32_I2C_CR2_STOP; in stm32_i2c_message_xfer()