Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
|
|
4.1.99 |
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. | |
struct i3c_ccc_deftgts * | deftgts |
Received DEFTGTS Pointer. | |
bool | deftgts_refreshed |
DEFTGTS refreshed. | |
This structure is common to all I3C drivers and is expected to be the first element in the driver's struct driver_data declaration.
struct i3c_dev_attached_list i3c_driver_data::attached_dev |
Attached I3C/I2C devices and addresses.
struct i3c_config_controller i3c_driver_data::ctrl_config |
Controller Configuration.
struct i3c_ccc_deftgts* i3c_driver_data::deftgts |
Received DEFTGTS Pointer.
bool i3c_driver_data::deftgts_refreshed |
DEFTGTS refreshed.