Zephyr API Documentation
3.5.0
A Scalable Open Source RTOS
|
|
3.5.0 |
Payload structure for Direct CCC to one target. More...
#include <ccc.h>
Data Fields | |
uint8_t | addr |
Target address. | |
uint8_t | rnw:1 |
0 for Write, 1 for Read | |
uint8_t * | data |
size_t | data_len |
Length in bytes for data . | |
Payload structure for Direct CCC to one target.
uint8_t i3c_ccc_target_payload::addr |
Target address.
uint8_t* i3c_ccc_target_payload::data |
size_t i3c_ccc_target_payload::data_len |
Length in bytes for data
.
uint8_t i3c_ccc_target_payload::rnw |
0
for Write, 1
for Read