| 
    Zephyr Project API
    3.3.0
    
   A Scalable Open Source RTOS 
   | 
 
One I3C Message. More...
#include <i3c.h>
Data Fields | |
| uint8_t * | buf | 
| uint32_t | len | 
| uint8_t | flags | 
| uint8_t | hdr_mode | 
One I3C Message.
This defines one I3C message to transact on the I3C bus.
| uint8_t* i3c_msg::buf | 
Data buffer in bytes
| uint8_t i3c_msg::flags | 
Flags for this message
| uint8_t i3c_msg::hdr_mode | 
HDR mode (I3C_MSG_HDR_MODE*) for transfer if any I3C_MSG_HDR_* is set in flags.
Use SDR mode if none is set.
| uint32_t i3c_msg::len | 
Length of buffer in bytes