Detailed Description
This page lists the Transport Protocol codes for MSD. (Table 3.1, USB Mass Storage Class Spec. Overview)
Protocols
- MSD_PROTOCOL_CBI_COMPLETION
- MSD_PROTOCOL_CBI
- MSD_PROTOCOL_BULK_ONLY
Define Documentation
#define MSD_PROTOCOL_BULK_ONLY 0x50 |
Bulk-Only Transport
Definition at line 129 of file MSD.h.
#define MSD_PROTOCOL_CBI 0x01 |
Control/Bulk/Interrupt (CBI) Transport (no command complete interrupt)
Definition at line 127 of file MSD.h.
#define MSD_PROTOCOL_CBI_COMPLETION 0x00 |
Control/Bulk/Interrupt (CBI) Transport (with command complete interrupt)
Definition at line 125 of file MSD.h.