Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/i2c/
Di2c_ll_stm32_v2.c504 if (LL_I2C_IsActiveFlag_TC(i2c) || in stm32_i2c_event()
750 while (!LL_I2C_IsActiveFlag_TC(i2c) && !LL_I2C_IsActiveFlag_TCR(i2c)) { in msg_done()