APM:Libraries
usbd_msc_core.h
Go to the documentation of this file.
1 
28 /* Define to prevent recursive inclusion -------------------------------------*/
29 #ifndef _USB_MSC_CORE_H_
30 #define _USB_MSC_CORE_H_
31 
32 #include "usbd_ioreq.h"
33 
50 #define BOT_GET_MAX_LUN 0xFE
51 #define BOT_RESET 0xFF
52 #define USB_MSC_CONFIG_DESC_SIZ 32
53 
54 #define MSC_EPIN_SIZE MSC_MAX_PACKET
55 #define MSC_EPOUT_SIZE MSC_MAX_PACKET
56 
73 #endif // _USB_MSC_CORE_H_
74 
78 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
USBD_DEVICE USR_MSC_desc
Definition: device_desc.c:105
const USBD_Class_cb_TypeDef USBD_MSC_cb
header file for the usbd_ioreq.c file