Zephyr API Documentation 4.2.0-rc2
A Scalable Open Source RTOS
 4.2.0-rc2
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:
  • zephyr/drivers/i3c/ibi.h