GD32F1x0: USB/GD32_USB_Device_Library/Class/msc/inc/usbd_msc_data.h Source File

GD32F1x0

usbd_msc_data.h
Go to the documentation of this file.
1 
11 /* Define to prevent recursive inclusion -------------------------------------*/
12 
13 #ifndef __GD32F1X0_USBD_MSC_DATA_H
14 #define __GD32F1X0_USBD_MSC_DATA_H
15 
16 /* Includes ------------------------------------------------------------------*/
17 #include "usbd_conf.h"
18 
19 /* Exported defines ----------------------------------------------------------*/
20 #define MODE_SENSE6_LENGTH 8
21 #define MODE_SENSE10_LENGTH 8
22 #define INQUIRY_PAGE00_LENGTH 7
23 #define FORMAT_CAPACITIES_LENGTH 20
24 
25 /* Exported variables --------------------------------------------------------*/
26 extern const uint8_t MSC_Page00_Inquiry_Data[];
27 extern const uint8_t MSC_Mode_Sense6_data[];
28 extern const uint8_t MSC_Mode_Sense10_data[];
29 
30 #endif /* __GD32F1X0_USBD_MSC_DATA_H */
31 
32 /************************ (C) COPYRIGHT 2014 GIGADEVICE *****END OF FILE****/
Generated by   doxygen 1.8.10