Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/i2c/
Di2c_ll_stm32_v2.c1155 const uint8_t saved_flags = msg.flags; in stm32_i2c_transaction() local
1157 saved_flags & ~(I2C_MSG_STOP | I2C_MSG_RESTART); in stm32_i2c_transaction()
1168 msg.flags = saved_flags; in stm32_i2c_transaction()