| Line 16... |
Line 16... |
| 16 |
|
16 |
|
| 17 |
/* --------------------------- Functional Range ---------------------------- */
|
17 |
/* --------------------------- Functional Range ---------------------------- */
|
| 18 |
|
18 |
|
| 19 |
#define USB_CFG_HAVE_INTRIN_ENDPOINT 1
|
19 |
#define USB_CFG_HAVE_INTRIN_ENDPOINT 1
|
| 20 |
#define USB_CFG_HAVE_INTRIN_ENDPOINT3 0
|
20 |
#define USB_CFG_HAVE_INTRIN_ENDPOINT3 0
|
| 21 |
#define USB_CFG_EP3_NUMBER 3
|
21 |
//#define USB_CFG_EP3_NUMBER 3
|
| 22 |
#define USB_CFG_IMPLEMENT_HALT 0
|
22 |
#define USB_CFG_IMPLEMENT_HALT 0
|
| 23 |
#define USB_CFG_SUPPRESS_INTR_CODE 0
|
23 |
#define USB_CFG_SUPPRESS_INTR_CODE 0
|
| 24 |
#define USB_CFG_INTR_POLL_INTERVAL 100
|
24 |
#define USB_CFG_INTR_POLL_INTERVAL 10
|
| 25 |
#define USB_CFG_IS_SELF_POWERED 0
|
25 |
#define USB_CFG_IS_SELF_POWERED 0
|
| 26 |
#define USB_CFG_MAX_BUS_POWER 150
|
26 |
#define USB_CFG_MAX_BUS_POWER 500
|
| 27 |
#define USB_CFG_IMPLEMENT_FN_WRITE 0
|
27 |
#define USB_CFG_IMPLEMENT_FN_WRITE 0
|
| 28 |
#define USB_CFG_IMPLEMENT_FN_READ 0
|
28 |
#define USB_CFG_IMPLEMENT_FN_READ 0
|
| 29 |
#define USB_CFG_IMPLEMENT_FN_WRITEOUT 0
|
29 |
#define USB_CFG_IMPLEMENT_FN_WRITEOUT 0
|
| 30 |
#define USB_CFG_HAVE_FLOWCONTROL 0
|
30 |
#define USB_CFG_HAVE_FLOWCONTROL 0
|
| 31 |
#define USB_CFG_DRIVER_FLASH_PAGE 0
|
31 |
#define USB_CFG_DRIVER_FLASH_PAGE 0
|
| Line 39... |
Line 39... |
| 39 |
#define USB_COUNT_SOF 0
|
39 |
#define USB_COUNT_SOF 0
|
| 40 |
#define USB_CFG_HAVE_MEASURE_FRAME_LENGTH 0
|
40 |
#define USB_CFG_HAVE_MEASURE_FRAME_LENGTH 0
|
| 41 |
#define USB_USE_FAST_CRC 0
|
41 |
#define USB_USE_FAST_CRC 0
|
| 42 |
|
42 |
|
| 43 |
/* -------------------------- Device Description --------------------------- */
|
43 |
/* -------------------------- Device Description --------------------------- */
|
| - |
|
44 |
|
| 44 |
#define USB_CFG_VENDOR_ID 0xc0, 0x16 /* = 0x16c0 = 5824 = voti.nl */
|
45 |
#define USB_CFG_VENDOR_ID 0x42, 0x42
|
| 45 |
#define USB_CFG_DEVICE_ID 0xdc, 0x05 /* = 0x05dc = 1500 */
|
46 |
#define USB_CFG_DEVICE_ID 0x32, 0xe3
|
| 46 |
#define USB_CFG_DEVICE_VERSION 0x00, 0x03
|
47 |
#define USB_CFG_DEVICE_VERSION 0x00, 0x03
|
| 47 |
#define USB_CFG_VENDOR_NAME 'n', 'e', 'w', 'i', 'o', 'i', 't', '.', 'c', 'o', 'm', '.', 'a', 'u'
|
48 |
#define USB_CFG_VENDOR_NAME 'n', 'e', 'w', 'i', 'o', 'i', 't', '.', 'c', 'o', 'm', '.', 'a', 'u'
|
| 48 |
#define USB_CFG_VENDOR_NAME_LEN 14
|
49 |
#define USB_CFG_VENDOR_NAME_LEN 14
|
| 49 |
#define USB_CFG_DEVICE_NAME 'F', 'S', 'i', 'm', 'E', 'x', 't', '.', '1', '1', '0', '0'
|
50 |
#define USB_CFG_DEVICE_NAME 'F', 'S', 'i', 'm', 'E', 'x', 't', '.', '1', '1', '0', '0'
|
| 50 |
#define USB_CFG_DEVICE_NAME_LEN 12
|
51 |
#define USB_CFG_DEVICE_NAME_LEN 12
|