Zephyr API Documentation 3.7.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

uint8_t count
 Number of Targets (and Groups) present on the I3C Bus.
 
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.

◆ count

uint8_t i3c_ccc_deftgts::count

Number of Targets (and Groups) present on the I3C Bus.

◆ 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: