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

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.
 

Detailed Description

Structure of payload buffer for IBI.

This is used for the IBI callback.

Field Documentation

◆ payload

uint8_t i3c_ibi_payload::payload[0]

Pointer to byte array as payload buffer.

◆ payload_len

uint8_t i3c_ibi_payload::payload_len

Length of available data in the payload buffer.


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