Lines Matching full:payload
62 /** Pointer to payload of IBI. */
63 uint8_t *payload; member
65 /** Length in bytes of the IBI payload. */
70 * @brief Structure of payload buffer for IBI.
76 * Length of available data in the payload buffer.
81 * Pointer to byte array as payload buffer.
83 uint8_t payload[CONFIG_I3C_IBI_MAX_PAYLOAD_SIZE]; member
117 * IBI payload.
119 struct i3c_ibi_payload payload; member
141 * @param payload Payload associated with the IBI. NULL if there is
142 * no payload.
147 struct i3c_ibi_payload *payload);
176 * @param payload Pointer to IBI payload byte array.
177 * @param payload_len Length of payload byte array.
185 uint8_t *payload, size_t payload_len);