Detailed Description
This page lists the Command Status Wrapper (CSW) definitions.
Constants
- MSD_CSW_SIZE
- MSD_CSW_SIGNATURE
Block Status Values
(Table 5.3 , USB Mass Storage Class Bulk-Only Transport)
- MSD_CSW_COMMAND_PASSED
- MSD_CSW_COMMAND_FAILED
- MSD_CSW_PHASE_ERROR
Define Documentation
#define MSD_CSW_COMMAND_FAILED 1 |
Command Failed
Definition at line 177 of file MSD.h.
#define MSD_CSW_COMMAND_PASSED 0 |
Command Passed (good status)
Definition at line 175 of file MSD.h.
#define MSD_CSW_PHASE_ERROR 2 |
Phase Error
Definition at line 179 of file MSD.h.
#define MSD_CSW_SIGNATURE 0x53425355 |
'USBS' 0x53425355
Definition at line 172 of file MSD.h.
Command Status Wrapper Size
Definition at line 170 of file MSD.h.