Zephyr API 3.6.99
|
Go to the source code of this file.
Functions | |
static int | i3c_hdr_ddr_write (struct i3c_device_desc *target, uint8_t cmd, uint8_t *buf, uint32_t num_bytes) |
Write a set amount of data to an I3C target device with HDR DDR. | |
static int | i3c_hdr_ddr_read (struct i3c_device_desc *target, uint8_t cmd, uint8_t *buf, uint32_t num_bytes) |
Read a set amount of data from an I3C target device with HDR DDR. | |
static int | i3c_hdr_ddr_write_read (struct i3c_device_desc *target, const void *write_buf, size_t num_write, uint8_t read_cmd, void *read_buf, size_t num_read, uint8_t write_cmd) |
Write then read data from an I3C target device with HDR DDR. | |