Home
last modified time | relevance | path

Searched refs:crcaps (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/drivers/i3c/
Di3c_shell.c229 desc->crcaps.crcaps1, desc->crcaps.crcaps2); in cmd_i3c_info()
278 desc->crcaps.crcaps1, desc->crcaps.crcaps2); in cmd_i3c_info()
1503 shell_print(sh, "CRCAPS: 0x%02x; 0x%02x", caps.fmt2.crcaps[0], in cmd_i3c_ccc_getcaps()
1504 caps.fmt2.crcaps[1]); in cmd_i3c_ccc_getcaps()
1505 memcpy(&desc->crcaps, &caps, sizeof(desc->crcaps)); in cmd_i3c_ccc_getcaps()
Di3c_ccc.c641 memcpy(caps->fmt2.crcaps, data, len); in i3c_ccc_do_getcaps()
643 memset(&caps->fmt2.crcaps[len], 0, sizeof(caps->fmt2.crcaps) - len); in i3c_ccc_do_getcaps()
Di3c_common.c687 (target->crcaps.crcaps2 & I3C_CCC_GETCAPS_CRCAPS2_DEEP_SLEEP_CAPABLE)) { in i3c_device_controller_handoff()
707 if (target->crcaps.crcaps2 & in i3c_device_controller_handoff()
/Zephyr-latest/include/zephyr/drivers/i3c/
Dccc.h984 uint8_t crcaps[2]; member
/Zephyr-latest/include/zephyr/drivers/
Di3c.h1072 } crcaps; member