Searched refs:stm32_i2c_msg_read (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.7.0/drivers/i2c/ |
D | i2c_ll_stm32_v1.c | 661 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()
|
D | i2c_ll_stm32_v2.c | 637 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/ |
D | release-notes-1.14.rst | 2176 * :github:`9174` - STM32L4 I2C read polling hang on NACK in stm32_i2c_msg_read()
|