Zephyr API 3.6.99
|
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. | |
Payload for DEFTGTS CCC (Define List of Targets).
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. struct i3c_ccc_deftgts_active_controller i3c_ccc_deftgts::active_controller |
Data describing the active controller.
uint8_t i3c_ccc_deftgts::count |
Number of Targets (and Groups) present on the I3C Bus.
struct i3c_ccc_deftgts_target i3c_ccc_deftgts::targets[] |
Data describing the target(s) on the bus.