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

One Bridged Target for SETBRGTGT payload. More...

#include <ccc.h>

Data Fields

uint8_t addr
 Dynamic address of the bridged target.
 
uint16_t id
 16-bit ID for the bridged target.
 

Detailed Description

One Bridged Target for SETBRGTGT payload.

Field Documentation

◆ addr

uint8_t i3c_ccc_setbrgtgt_tgt::addr

Dynamic address of the bridged target.

Note
The address is left-shift by 1, and bit[0] is always 0.

◆ id

uint16_t i3c_ccc_setbrgtgt_tgt::id

16-bit ID for the bridged target.

Note
For drivers and help functions, the raw data coming back from target device is in big endian. This needs to be translated back to CPU endianness before passing back to function caller.

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