Home
last modified time | relevance | path

Searched refs:CBW (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_msc.c36 struct CBW { struct
122 struct CBW cbw;
466 if (len == sizeof(struct CBW) && sys_get_le32(buf) == CBW_SIGNATURE) { in msc_handle_bulk_out()
467 memcpy(&ctx->cbw, buf, sizeof(struct CBW)); in msc_handle_bulk_out()
/Zephyr-latest/subsys/usb/device/class/
Dmsc.c63 struct CBW { struct
224 static struct CBW cbw;
277 (void)memset((void *)&cbw, 0, sizeof(struct CBW)); in msd_init()