|
NetBurner 3.5.7
PDF Version |
MSC UFI command information structure. More...
#include <usb_host_msd.h>
Public Attributes | |
| usb_host_cbw_t * | cbwBlock |
| usb_host_csw_t * | cswBlock |
| uint8_t * | dataBuffer |
| uint32_t | dataLength |
| uint32_t | dataSofar |
| usb_host_transfer_t * | transfer |
| uint8_t | retryTime |
| uint8_t | dataDirection |
MSC UFI command information structure.
| usb_host_cbw_t* _usb_host_msd_command::cbwBlock |
CBW data block
| usb_host_csw_t* _usb_host_msd_command::cswBlock |
CSW data block
| uint8_t* _usb_host_msd_command::dataBuffer |
Data buffer pointer
| uint8_t _usb_host_msd_command::dataDirection |
The data direction, its value is USB_OUT or USB_IN
| uint32_t _usb_host_msd_command::dataLength |
Data buffer length
| uint32_t _usb_host_msd_command::dataSofar |
Successful transfer data length
| uint8_t _usb_host_msd_command::retryTime |
The UFI command residual retry time, when it reduce to zero the UFI command fail
| usb_host_transfer_t* _usb_host_msd_command::transfer |
The transfer is used for processing the UFI command