Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
i3c_driver_data Struct Reference

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

#include <i3c.h>

Data Fields

struct i3c_config_controller ctrl_config
 Controller Configuration.
 
struct i3c_dev_attached_list attached_dev
 Attached I3C/I2C devices and addresses.
 

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: