Macros | |
| #define | I3C_CCC_STATUS_PENDING_INT(status) ((status) & CY_I3C_GENMASK(3U, 0U)) |
| Contains the interrupt number of any pending interrupt, or 0 if no interrupts are pending. | |
| #define | I3C_CCC_STATUS_PROTOCOL_ERROR CY_I3C_BIT(5U) |
| Indicates the Target has detected a protocol error. | |
| #define | I3C_CCC_STATUS_ACTIVITY_MODE(status) (((status) & CY_I3C_GENMASK(7U, 6U)) >> 6U) |
| Indicates the Target Device's current activity mode. | |