Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/i2c/
Di2c_ll_stm32_v1.c642 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()
Di2c_ll_stm32_v2.c579 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/
Drelease-notes-2.5.rst1772 * :github:`26975` - Control never returns from stm32_i2c_msg_write(), when SCL is pulled low perman…