Searched defs:bulk_cb_wrap (Results 1 – 2 of 2) sorted by relevance
84 struct bulk_cb_wrap { struct85 uint32_t Signature; /* contains 'USBC' */86 uint32_t Tag; /* unique per command id */87 uint32_t DataTransferLength; /* size of data */88 uint8_t Flags; /* direction in bit 0 */89 uint8_t Lun; /* LUN normally 0 */90 uint8_t Length; /* length of the CDB */91 uint8_t CDB[16]; /* max command */
Completed in 7 milliseconds