|
Zephyr API Documentation 4.3.0-rc2
A Scalable Open Source RTOS
|
Payload for GETCAPS CCC (Get Optional Feature Capabilities). More...
#include <zephyr/drivers/i3c/ccc.h>
Data Fields | |
| union { | |
| uint8_t gethdrcap | |
| I3C v1.0 HDR Capabilities. More... | |
| uint8_t getcaps [4] | |
| I3C v1.1+ Device Capabilities Byte 1 GETCAPS1. More... | |
| } | fmt1 |
| union { | |
| uint8_t tgtcaps [4] | |
| Defining Byte 0x00: TGTCAPS. More... | |
| uint32_t testpat | |
| Defining Byte 0x5A: TESTPAT. More... | |
| uint8_t crcaps [2] | |
| Defining Byte 0x91: CRCAPS Byte 1 CRCAPS1. More... | |
| uint8_t vtcaps [2] | |
| Defining Byte 0x93: VTCAPS Byte 1 VTCAPS1. More... | |
| } | fmt2 |
Payload for GETCAPS CCC (Get Optional Feature Capabilities).
| uint8_t i3c_ccc_getcaps::crcaps[2] |
Defining Byte 0x91: CRCAPS Byte 1 CRCAPS1.
| union { ... } i3c_ccc_getcaps::fmt1 |
| union { ... } i3c_ccc_getcaps::fmt2 |
| uint8_t i3c_ccc_getcaps::getcaps[4] |
I3C v1.1+ Device Capabilities Byte 1 GETCAPS1.
| uint8_t i3c_ccc_getcaps::gethdrcap |
I3C v1.0 HDR Capabilities.
| uint32_t i3c_ccc_getcaps::testpat |
Defining Byte 0x5A: TESTPAT.
| uint8_t i3c_ccc_getcaps::tgtcaps[4] |
Defining Byte 0x00: TGTCAPS.
| uint8_t i3c_ccc_getcaps::vtcaps[2] |
Defining Byte 0x93: VTCAPS Byte 1 VTCAPS1.