Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/i2c/
Di2c_ll_stm32_v1.c661 static int32_t stm32_i2c_msg_read(const struct device *dev, struct i2c_msg *msg, in stm32_i2c_msg_read() function
833 static int32_t stm32_i2c_msg_read(const struct device *dev, struct i2c_msg *msg, in stm32_i2c_msg_read() function
1025 ret = stm32_i2c_msg_read(dev, &msg, next_msg_flags, periph); in stm32_i2c_transaction()
Di2c_ll_stm32_v2.c637 static int stm32_i2c_msg_read(const struct device *dev, struct i2c_msg *msg, in stm32_i2c_msg_read() function
789 static int stm32_i2c_msg_read(const struct device *dev, struct i2c_msg *msg, in stm32_i2c_msg_read() function
1165 ret = stm32_i2c_msg_read(dev, &msg, flagsp, periph); in stm32_i2c_transaction()
/Zephyr-Core-3.7.0/doc/releases/
Drelease-notes-1.14.rst2176 * :github:`9174` - STM32L4 I2C read polling hang on NACK in stm32_i2c_msg_read()