Searched refs:stm32_i2c_msg_write (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.7.0/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 | 579 static int stm32_i2c_msg_write(const struct device *dev, struct i2c_msg *msg, in stm32_i2c_msg_write() function 759 static int stm32_i2c_msg_write(const struct device *dev, struct i2c_msg *msg, in stm32_i2c_msg_write() function 1163 ret = stm32_i2c_msg_write(dev, &msg, flagsp, periph); in stm32_i2c_transaction()
|
/Zephyr-Core-3.7.0/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…
|