Zephyr API 3.6.99
|
Structure of payload buffer for IBI. More...
#include <ibi.h>
Data Fields | |
uint8_t | payload_len |
Length of available data in the payload buffer. | |
uint8_t | payload [0] |
Pointer to byte array as payload buffer. | |
Structure of payload buffer for IBI.
This is used for the IBI callback.
uint8_t i3c_ibi_payload::payload[0] |
Pointer to byte array as payload buffer.
uint8_t i3c_ibi_payload::payload_len |
Length of available data in the payload buffer.