Go to the documentation of this file.
19 #ifndef PCAN_USB_CORE_H
20 #define PCAN_USB_CORE_H
23 #define PCAN_USB_VENDOR_ID 0x0c72
26 #define PCAN_USB_PRODUCT_ID 0x000c
27 #define PCAN_USBPRO_PRODUCT_ID 0x000d
29 #define PCAN_USB_DRIVER_NAME "peak_usb"
32 #define PCAN_USB_MAX_RX_URBS 4
33 #define PCAN_USB_MAX_TX_URBS 10
36 #define PCAN_USB_MAX_CHANNEL 2
39 #define PCAN_USB_MAX_CMD_LEN 32
99 #define PCAN_USB_STATE_CONNECTED 0x00000001
100 #define PCAN_USB_STATE_STARTED 0x00000002