Go to the source code of this file.
Defines | |
#define | EP0_BUFF_SIZE 8 |
#define | MAX_NUM_INT 1 |
#define | MODE_PP _PPBM0 |
#define | UCFG_VAL _PUEN|_TRINT|_FS|MODE_PP |
#define | USE_SELF_POWER_SENSE_IO |
#define | USE_USB_BUS_SENSE_IO |
#define | USB_USE_CDC |
#define | MUID_NULL 0 |
#define | MUID_USB9 1 |
#define | MUID_HID 2 |
#define | MUID_CDC 3 |
#define | MUID_MSD 4 |
#define | CDC_COMM_INTF_ID 0x00 |
#define | CDC_COMM_UEP UEP2 |
#define | CDC_INT_BD_IN ep2Bi |
#define | CDC_INT_EP_SIZE 8 |
#define | CDC_DATA_INTF_ID 0x01 |
#define | CDC_DATA_UEP UEP3 |
#define | CDC_BULK_BD_OUT ep3Bo |
#define | CDC_BULK_OUT_EP_SIZE 64 |
#define | CDC_BULK_BD_IN ep3Bi |
#define | CDC_BULK_IN_EP_SIZE 64 |
#define | MAX_EP_NUMBER 3 |
|
|
|
|
|
|
|
|
|
E N D P O I N T S A L L O C A T I O N |
|
|
|
|
|
|
|
|
|
|
|
D E F I N I T I O N S Definition at line 38 of file usbcfg.h. Referenced by USBCtrlEPServiceComplete(), USBCtrlTrfTxService(), and USBPrepareForNextSetupTrf(). |
|
|
|
Definition at line 39 of file usbcfg.h. Referenced by USBStdSetCfgHandler(). |
|
|
|
|
|
|
|
|
|
Definition at line 56 of file usbcfg.h. Referenced by USBCtrlEPServiceComplete(), and USBCtrlTrfSetupHandler(). |
|
Definition at line 57 of file usbcfg.h. Referenced by USBCheckStdRequest(), USBStdFeatureReqHandler(), USBStdGetDscHandler(), USBStdGetStatusHandler(), and USBStdSetCfgHandler(). |
|
|
|
D E V I C E C L A S S U S A G E |
|
|
|
|