Home
last modified time | relevance | path

Searched defs:bulk_cb_wrap (Results 1 – 2 of 2) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/include/
A Dstorage.h84 struct bulk_cb_wrap { struct
85 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 */
/bsp/allwinner/libraries/sunxi-hal/include/hal/usb/
A Dstorage.h84 struct bulk_cb_wrap { struct
85 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