GD32F10x USB-Device: E:/USB Libraries/GD32_USB_Device_Library/Class/msc/inc/usbd_msc_data.h Source File

GD32F103 Firmware

usbd_msc_data.h
Go to the documentation of this file.
1 
11 /* Define to prevent recursive inclusion -------------------------------------*/
12 #ifndef __GD32F10X_USBD_MSC_DATA_H
13 #define __GD32F10X_USBD_MSC_DATA_H
14 
15 /* Includes ------------------------------------------------------------------*/
16 #include "usbd_conf.h"
17 
37 #define MODE_SENSE6_LENGTH 8
38 #define MODE_SENSE10_LENGTH 8
39 #define INQUIRY_PAGE00_LENGTH 7
40 #define FORMAT_CAPACITIES_LENGTH 20
41 
49 extern const uint8_t MSC_Page00_Inquiry_Data[];
50 extern const uint8_t MSC_Mode_Sense6_data[];
51 extern const uint8_t MSC_Mode_Sense10_data[];
52 
73 #endif /* __GD32F10X_USBD_MSC_DATA_H */
74 
75 /************************ (C) COPYRIGHT 2014 GIGADEVICE *****END OF FILE****/
Generated on Fri Feb 6 2015 14:56:35 for GD32F10x USB-Device by   doxygen 1.8.8