#include <USBD_Config.h>
#include "DUALCDCDDriver.h"
Go to the source code of this file.
Defines | |
#define | DUALCDCDDriverDescriptors_PRODUCTID USBD_PID_CDCCDC |
Device product ID. | |
#define | DUALCDCDDriverDescriptors_VENDORID USBD_VID_ATMEL |
Device vendor ID (Atmel). | |
#define | DUALCDCDDriverDescriptors_RELEASE 0x0003 |
Device release number. | |
#define | MIN(a, b) ((a < b) ? a : b) |
Returns the minimum between two values. | |
Variables | |
const USBDDriverDescriptors | dualcdcdDriverDescriptors |
List of descriptors required by an USB audio speaker device driver. |
Definition in file USBDDriverDescriptors.c.