GD32F10x USB-Device: USB_MSC_Bot_Exported_Defines

GD32F103 Firmware

GD32F10x USB-Device  V1.0.0
GD32F10x USB-Device
USB_MSC_Bot_Exported_Defines

Macros

#define BBB_IDLE   0 /* Idle state */
 
#define BBB_DATA_OUT   1 /* Data Out state */
 
#define BBB_DATA_IN   2 /* Data In state */
 
#define BBB_LAST_DATA_IN   3 /* Last Data In state */
 
#define BBB_SEND_DATA   4 /* Send Immediate data */
 
#define BBB_CBW_SIGNATURE   0x43425355
 
#define BBB_CSW_SIGNATURE   0x53425355
 
#define BBB_CBW_LENGTH   31
 
#define BBB_CSW_LENGTH   13
 
#define CSW_CMD_PASSED   0x00
 
#define CSW_CMD_FAILED   0x01
 
#define CSW_PHASE_ERROR   0x02
 
#define BBB_STATUS_NORMAL   0
 
#define BBB_STATUS_RECOVERY   1
 
#define BBB_STATUS_ERROR   2
 

Detailed Description

Generated on Fri Feb 6 2015 14:56:36 for GD32F10x USB-Device by   doxygen 1.8.8