Lines Matching +full:i2c +full:- +full:errors
4 * SPDX-License-Identifier: Apache-2.0
11 #include <zephyr/drivers/i2c.h>
19 * @brief Driver context for implementing i2c with rtio
55 * @brief Initialize an i2c rtio context
57 * @param ctx I2C RTIO driver context
58 * @param dev I2C bus
63 * @brief Signal that the current (ctx->txn_curr) submission has been completed
65 * @param ctx I2C RTIO driver context
66 * @param status Completion status, negative values are errors
82 * @brief Configure the I2C bus controller
92 * @brief Transfer i2c messages in a blocking call
102 * @brief Perform an I2C bus recovery in a blocking call