Searched refs:stm32_i2c_msg_write (Results  1 – 3 of 3) sorted by relevance
| /Zephyr-latest/drivers/i2c/ | 
| D | i2c_ll_stm32_v1.c | 642 static int32_t stm32_i2c_msg_write(const struct device *dev, struct i2c_msg *msg,  in stm32_i2c_msg_write()  function 735 static int32_t stm32_i2c_msg_write(const struct device *dev, struct i2c_msg *msg,  in stm32_i2c_msg_write()  function 1023 		ret = stm32_i2c_msg_write(dev, &msg, next_msg_flags, periph);  in stm32_i2c_transaction()
  | 
| D | i2c_ll_stm32_v2.c | 588 static int stm32_i2c_msg_write(const struct device *dev, struct i2c_msg *msg,  in stm32_i2c_msg_write()  function 768 static int stm32_i2c_msg_write(const struct device *dev, struct i2c_msg *msg,  in stm32_i2c_msg_write()  function 1172 			ret = stm32_i2c_msg_write(dev, &msg, flagsp, periph);  in stm32_i2c_transaction()
  | 
| /Zephyr-latest/doc/releases/ | 
| D | release-notes-2.5.rst | 1772 * :github:`26975` - Control never returns from stm32_i2c_msg_write(), when SCL is pulled low perman…
  |