STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
usbd_desc.h
Go to the documentation of this file.
1 
28 /* Define to prevent recursive inclusion -------------------------------------*/
29 #ifndef __USBD_DESC_H
30 #define __USBD_DESC_H
31 
32 /* Includes ------------------------------------------------------------------*/
33 #include "usbd_def.h"
34 
35 /* Exported types ------------------------------------------------------------*/
36 /* Exported constants --------------------------------------------------------*/
37 #define DEVICE_ID1 (0x1FFF7A10)
38 #define DEVICE_ID2 (0x1FFF7A14)
39 #define DEVICE_ID3 (0x1FFF7A18)
40 
41 #define USB_SIZ_STRING_SERIAL 0x1A
42 /* Exported macro ------------------------------------------------------------*/
43 /* Exported functions ------------------------------------------------------- */
45 
46 #endif /* __USBD_DESC_H */
47 
48 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
USBD_DescriptorsTypeDef AUDIO_Desc
Definition: usbd_desc.c:60
General defines for the usb device library.