SAMV71 Xplained Ultra Software Package 1.4

MSD CSW Definitions
[Usbd_msd]

Collaboration diagram for MSD CSW Definitions:

Defines

#define MSD_CSW_SIZE   13
#define MSD_CSW_SIGNATURE   0x53425355
#define MSD_CSW_COMMAND_PASSED   0
#define MSD_CSW_COMMAND_FAILED   1
#define MSD_CSW_PHASE_ERROR   2

Detailed Description

This page lists the Command Status Wrapper (CSW) definitions.

Constants

Block Status Values

(Table 5.3 , USB Mass Storage Class Bulk-Only Transport)


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.

#define MSD_CSW_SIZE   13

Command Status Wrapper Size

Definition at line 170 of file MSD.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines