Searched refs:stm32_i2c_msg_read (Results 1 – 5 of 5) sorted by relevance
/Zephyr-Core-3.4.0/drivers/i2c/ |
D | i2c_ll_stm32.h | 86 int32_t stm32_i2c_msg_read(const struct device *dev, struct i2c_msg *msg,
|
D | i2c_ll_stm32_v2.c | 488 int stm32_i2c_msg_read(const struct device *dev, struct i2c_msg *msg, in stm32_i2c_msg_read() function 640 int stm32_i2c_msg_read(const struct device *dev, struct i2c_msg *msg, in stm32_i2c_msg_read() function
|
D | i2c_ll_stm32_v1.c | 635 int32_t stm32_i2c_msg_read(const struct device *dev, struct i2c_msg *msg, in stm32_i2c_msg_read() function 807 int32_t stm32_i2c_msg_read(const struct device *dev, struct i2c_msg *msg, in stm32_i2c_msg_read() function
|
D | i2c_ll_stm32.c | 133 ret = stm32_i2c_msg_read(dev, &msg, flagsp, periph); in i2c_stm32_transaction()
|
/Zephyr-Core-3.4.0/doc/releases/ |
D | release-notes-1.14.rst | 2176 * :github:`9174` - STM32L4 I2C read polling hang on NACK in stm32_i2c_msg_read()
|