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

GD32F1x0

usbd_msc_core.h
Go to the documentation of this file.
1 
11 /* Define to prevent recursive inclusion -------------------------------------*/
12 #ifndef __GD32F1X0_USBD_MSC_CORE_H
13 #define __GD32F1X0_USBD_MSC_CORE_H
14 
15 /* Includes ------------------------------------------------------------------*/
16 #include "usbd_msc_bot.h"
17 
18 /* Exported defines ----------------------------------------------------------*/
19 #define BBB_GET_MAX_LUN 0xFE
20 #define BBB_RESET 0xFF
21 #define USB_MSC_CONFIG_DESC_SIZE 32
22 
23 #define MSC_EPIN_SIZE MSC_DATA_PACKET_SIZE
24 #define MSC_EPOUT_SIZE MSC_DATA_PACKET_SIZE
25 
26 /* Exported variables --------------------------------------------------------*/
27 extern USBD_Class_cb_TypeDef USBD_MSC_cb;
28 
29 #endif /* __GD32F1X0_USBD_MSC_CORE_H */
30 
31 /************************ (C) COPYRIGHT 2014 GIGADEVICE *****END OF FILE****/
USB device class callback type define.
Definition: usb_core.h:153
Header file for the usbd_msc_bot.c file.
Generated by   doxygen 1.8.10