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

GD32F103 Firmware

usbd_msc_core.h
Go to the documentation of this file.
1 
11 /* Define to prevent recursive inclusion -------------------------------------*/
12 #ifndef __GD32F10X_USBD_MSC_CORE_H
13 #define __GD32F10X_USBD_MSC_CORE_H
14 
15 /* Includes ------------------------------------------------------------------*/
16 #include "usbd_msc_bot.h"
17 
37 #define BBB_GET_MAX_LUN 0xFE
38 #define BBB_RESET 0xFF
39 #define USB_MSC_CONFIG_DESC_SIZE 32
40 
41 #define MSC_EPIN_SIZE MSC_DATA_PACKET_SIZE
42 #define MSC_EPOUT_SIZE MSC_DATA_PACKET_SIZE
43 
51 extern USBD_Class_cb_TypeDef USBD_MSC_cb;
52 
73 #endif /* __GD32F10X_USBD_MSC_CORE_H */
74 
75 /************************ (C) COPYRIGHT 2014 GIGADEVICE *****END OF FILE****/
USB device class callback type define.
Definition: usb_core.h:148
Header file for the usbd_msc_bot.c file.
Generated on Fri Feb 6 2015 14:56:35 for GD32F10x USB-Device by   doxygen 1.8.8