Zephyr Project API  3.4.0
A Scalable Open Source RTOS
i3c_driver_data Struct Reference

#include <i3c.h>

Data Fields

struct i3c_config_controller ctrl_config
 
struct i3c_dev_attached_list attached_dev
 

Detailed Description

This structure is common to all I3C drivers and is expected to be the first element in the driver's struct driver_data declaration.

Field Documentation

◆ attached_dev

struct i3c_dev_attached_list i3c_driver_data::attached_dev

Attached I3C/I2C devices and addresses

◆ ctrl_config

struct i3c_config_controller i3c_driver_data::ctrl_config

Controller Configuration


The documentation for this struct was generated from the following file: