FreeBSD kernel usb device Code
cfumass_cbw_t Struct Reference

Data Fields

uDWord dCBWSignature
 
uDWord dCBWTag
 
uDWord dCBWDataTransferLength
 
uByte bCBWFlags
 
uByte bCBWLUN
 
uByte bCDBLength
 
uByte CBWCB [CBWCBLENGTH]
 

Detailed Description

Definition at line 115 of file cfumass.c.

Field Documentation

◆ bCBWFlags

uByte cfumass_cbw_t::bCBWFlags

Definition at line 120 of file cfumass.c.

Referenced by cfumass_t_command_callback().

◆ bCBWLUN

uByte cfumass_cbw_t::bCBWLUN

Definition at line 123 of file cfumass.c.

Referenced by cfumass_t_command_callback().

◆ bCDBLength

uByte cfumass_cbw_t::bCDBLength

Definition at line 124 of file cfumass.c.

Referenced by cfumass_t_command_callback().

◆ CBWCB

uByte cfumass_cbw_t::CBWCB[CBWCBLENGTH]

Definition at line 126 of file cfumass.c.

Referenced by cfumass_t_command_callback().

◆ dCBWDataTransferLength

uDWord cfumass_cbw_t::dCBWDataTransferLength

Definition at line 119 of file cfumass.c.

Referenced by cfumass_t_command_callback().

◆ dCBWSignature

uDWord cfumass_cbw_t::dCBWSignature

Definition at line 116 of file cfumass.c.

Referenced by cfumass_t_command_callback().

◆ dCBWTag

uDWord cfumass_cbw_t::dCBWTag

Definition at line 118 of file cfumass.c.

Referenced by cfumass_t_command_callback().


The documentation for this struct was generated from the following file: