Lines Matching +full:read +full:- +full:command
4 * SPDX-License-Identifier: Apache-2.0
33 * @param cmd 7-bit command code
38 * @retval -EBUSY Bus is busy.
39 * @retval -EIO General input / output error.
56 * @brief Read a set amount of data from an I3C target device with HDR DDR.
61 * @param cmd 7-bit command code
63 * @param num_bytes Number of bytes to read.
66 * @retval -EBUSY Bus is busy.
67 * @retval -EIO General input / output error.
84 * @brief Write then read data from an I3C target device with HDR DDR.
87 * it to me" transaction pair through a combined write-then-read bus
93 * @param write_cmd 7-bit command code for write
94 * @param read_buf Pointer to storage for read data
95 * @param num_read Number of bytes to read
96 * @param read_cmd 7-bit command code for read
99 * @retval -EBUSY Bus is busy.
100 * @retval -EIO General input / output error.