EU1KY AA FW
usbd_desc.h
Go to the documentation of this file.
1 
48 /* Define to prevent recursive inclusion -------------------------------------*/
49 #ifndef __USBD_DESC_H
50 #define __USBD_DESC_H
51 
52 /* Includes ------------------------------------------------------------------*/
53 #include "usbd_def.h"
54 
55 /* Exported types ------------------------------------------------------------*/
56 /* Exported constants --------------------------------------------------------*/
57 #define DEVICE_ID1 (0x1FFF7A10)
58 #define DEVICE_ID2 (0x1FFF7A14)
59 #define DEVICE_ID3 (0x1FFF7A18)
60 
61 #define USB_SIZ_STRING_SERIAL 0x1A
62 
63 /* Exported macro ------------------------------------------------------------*/
64 /* Exported functions ------------------------------------------------------- */
66 
67 #endif /* __USBD_DESC_H */
68 
69 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
USBD_DescriptorsTypeDef MSC_Desc
Definition: usbd_desc.c:80
Definition: usbd_def.h:201
General defines for the usb device library.