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

Payload for DEFTGTS CCC (Define List of Targets). More...

#include <ccc.h>

Data Fields

struct i3c_ccc_deftgts_active_controller active_controller
 Data describing the active controller.
 
struct i3c_ccc_deftgts_target targets []
 Data describing the target(s) on the bus.
 

Detailed Description

Payload for DEFTGTS CCC (Define List of Targets).

Note
i3c_ccc_deftgts_target is an array of targets, where the number of elements is dependent on the number of I3C targets on the bus. Please have enough space for both read and write of this CCC.

Field Documentation

◆ active_controller

struct i3c_ccc_deftgts_active_controller i3c_ccc_deftgts::active_controller

Data describing the active controller.

◆ targets

struct i3c_ccc_deftgts_target i3c_ccc_deftgts::targets[]

Data describing the target(s) on the bus.


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