Searched refs:msg_end (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.7.0/drivers/i2c/ |
D | i2c_ll_stm32_v1.c | 184 static int32_t msg_end(const struct device *dev, uint8_t *next_msg_flags, in msg_end() function 658 return msg_end(dev, next_msg_flags, __func__); in stm32_i2c_msg_write() 680 return msg_end(dev, next_msg_flags, __func__); in stm32_i2c_msg_read() 825 res = msg_end(dev, next_msg_flags, __func__); in stm32_i2c_msg_write() 987 res = msg_end(dev, next_msg_flags, __func__); in stm32_i2c_msg_read()
|