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

Payload for SETMRL/GETMRL CCC (Set/Get Maximum Read Length). More...

#include <ccc.h>

Data Fields

uint16_t len
 Maximum Read Length.
 
uint8_t ibi_len
 Optional IBI Payload Size.
 

Detailed Description

Payload for SETMRL/GETMRL CCC (Set/Get Maximum Read Length).

Note
For drivers and help functions, the raw data coming back from target device is in big endian. This needs to be translated back to CPU endianness before passing back to function caller.

Field Documentation

◆ ibi_len

uint8_t i3c_ccc_mrl::ibi_len

Optional IBI Payload Size.

◆ len

uint16_t i3c_ccc_mrl::len

Maximum Read Length.


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