STSW-STLKT01: Projects/SensorTile/Applications/DataLog/Inc/usbd_desc.h Source File

STSW-STLKT01

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 /* Exported macro ------------------------------------------------------------*/
63 /* Exported functions ------------------------------------------------------- */
64 extern USBD_DescriptorsTypeDef VCP_Desc;
65 
66 #endif /* __USBD_DESC_H */
67 
68 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
Generated by   doxygen 1.8.13