SAMV71 Xplained Ultra Software Package 1.5

USBDDriverDescriptors.c File Reference

#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.

Detailed Description

Definition in file USBDDriverDescriptors.c.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines