Lines Matching full:ccc

28 /** Maximum CCC ID for broadcast */
233 * @brief Payload structure for Direct CCC to one target.
243 * - For Write CCC, pointer to the byte array of data
246 * - For Read CCC, pointer to the byte buffer for data
265 * @brief Payload structure for one CCC transaction.
270 * The CCC ID (@c I3C_CCC_*).
275 * Pointer to byte array of data for this CCC.
277 * This is the bytes following the CCC command in CCC frame.
292 } ccc; member
299 * payloads for this CCC.
301 * Use with Direct CCC.
311 * @brief Payload for ENEC/DISEC CCC (Target Events Command).
369 * @brief Payload for SETMWL/GETMWL CCC (Set/Get Maximum Write Length).
382 * @brief Payload for SETMRL/GETMRL CCC (Set/Get Maximum Read Length).
398 * @brief The active controller part of payload for DEFTGTS CCC.
400 * This is used by DEFTGTS (Define List of Targets) CCC to describe
418 * @brief The target device part of payload for DEFTGTS CCC.
420 * This is used by DEFTGTS (Define List of Targets) CCC to describe
446 * @brief Payload for DEFTGTS CCC (Define List of Targets).
451 * this CCC.
509 * @brief Payload for GETPID CCC (Get Provisioned ID).
521 * @brief Payload for GETBCR CCC (Get Bus Characteristics Register).
529 * @brief Payload for GETDCR CCC (Get Device Characteristics Register).
563 * @brief Payload for GETSTATUS CCC (Get Device Status).
670 * @brief Payload for SETBRGTGT CCC (Set Bridge Targets).
717 * @brief Payload for GETMXDS CCC (Get Max Data Speed).
893 * @brief Payload for GETCAPS CCC (Get Optional Feature Capabilities).
1362 * @brief Test if I3C CCC payload is for broadcast.
1364 * This tests if the CCC payload is for broadcast.
1366 * @param[in] payload Pointer to the CCC payload.
1373 return (payload->ccc.id <= I3C_CCC_BROADCAST_MAX_ID); in i3c_ccc_is_payload_broadcast()
1546 * @brief Direct CCC ENEC/DISEC to enable/disable target events.
1928 * @brief Single target to Set Vendor / Standard Extension CCC
1930 * Helper function to set Vendor / Standard Extension CCC of
1934 * @param[in] id Vendor CCC ID.
1946 * @brief Single target to Get Vendor / Standard Extension CCC
1948 * Helper function to get Vendor / Standard Extension CCC of
1952 * @param[in] id Vendor CCC ID.
1966 * @brief Single target to Get Vendor / Standard Extension CCC
1969 * Helper function to get Vendor / Standard Extension CCC of
1973 * @param[in] id Vendor CCC ID.
1989 * @brief Broadcast Set Vendor / Standard Extension CCC
1991 * Helper function to broadcast Vendor / Standard Extension CCC
1994 * @param[in] id Vendor CCC ID.