1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* ... */
#ifndef __USBD_DESC_H
#define __USBD_DESC_H
#include "usbd_def.h"
Includes
#define DEVICE_ID1 (0x1FFF7A10)
#define DEVICE_ID2 (0x1FFF7A14)
#define DEVICE_ID3 (0x1FFF7A18)
#define USB_SIZ_STRING_SERIAL 0x1A
Exported constants
extern USBD_DescriptorsTypeDef HID_Desc;
Exported functions
/* ... */#endif