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

Payload for SETBRGTGT CCC (Set Bridge Targets). More...

#include <ccc.h>

Data Fields

uint8_t count
 Number of bridged targets.
 
struct i3c_ccc_setbrgtgt_tgt targets []
 Array of bridged targets.
 

Detailed Description

Payload for SETBRGTGT CCC (Set Bridge Targets).

Note that the bridge target address is encoded within struct i3c_ccc_target_payload instead of being encoded in this payload.

Field Documentation

◆ count

uint8_t i3c_ccc_setbrgtgt::count

Number of bridged targets.

◆ targets

struct i3c_ccc_setbrgtgt_tgt i3c_ccc_setbrgtgt::targets[]

Array of bridged targets.


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