Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
hdr_ddr.h File Reference
#include <errno.h>
#include <stddef.h>
#include <stdint.h>
#include <zephyr/drivers/i3c.h>

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.