#include <USBLib_Trace.h>
#include "USBD.h"
#include <USBD_HAL.h>
#include <USBDDriver.h>
#include <DUALCDCDDriver.h>
Go to the source code of this file.
Data Structures | |
struct | DualCdcdSerialDriver |
Defines | |
#define | NUM_PORTS 2 |
#define | NUM_INTERFACES ((DUALCDCDDriverDescriptors_NUMINTERFACE+3)&0xFC) |
Functions | |
void | DUALCDCDDriver_Initialize (const USBDDriverDescriptors *pDescriptors) |
void | DUALCDCDDriver_ConfigurationChangeHandler (uint8_t cfgnum) |
void | DUALCDCDDriver_RequestHandler (const USBGenericRequest *request) |
CDCDSerialPort * | DUALCDCDDriver_GetSerialPort (uint32_t port) |
Variables | |
DualCdcdSerialDriver | dualcdcdDriver |
Definition in file DUALCDCDDriver.c.