SAMV71 Xplained Ultra Software Package 1.5

MSD Driver Result Codes
[Usbd_msd]

Collaboration diagram for MSD Driver Result Codes:

Defines

#define MSDD_STATUS_SUCCESS   0x00
 Method was successful.
#define MSDD_STATUS_ERROR   0x01
 There was an error when trying to perform a method.
#define MSDD_STATUS_INCOMPLETE   0x02
 No error was encountered but the application should call the method again to continue the operation.
#define MSDD_STATUS_PARAMETER   0x03
 A wrong parameter has been passed to the method.
#define MSDD_STATUS_RW   0x04
 An error when reading/writing disk (protected or not present).

Detailed Description

This page lists result codes for MSD functions.

Codes

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines