APM:Libraries
Macros
USB_DCD_Exported_Defines
Collaboration diagram for USB_DCD_Exported_Defines:

Macros

#define USB_OTG_EP_CONTROL   0
 
#define USB_OTG_EP_ISOC   1
 
#define USB_OTG_EP_BULK   2
 
#define USB_OTG_EP_INT   3
 
#define USB_OTG_EP_MASK   3
 
#define USB_OTG_DEFAULT   1
 
#define USB_OTG_ADDRESSED   2
 
#define USB_OTG_CONFIGURED   3
 
#define USB_OTG_SUSPENDED   4
 

Detailed Description

Macro Definition Documentation

◆ USB_OTG_ADDRESSED

#define USB_OTG_ADDRESSED   2

◆ USB_OTG_CONFIGURED

#define USB_OTG_CONFIGURED   3

◆ USB_OTG_DEFAULT

#define USB_OTG_DEFAULT   1

Definition at line 56 of file usb_dcd.h.

Referenced by DCD_Init(), USBD_GetDescriptor(), USBD_Reset(), and USBD_SetAddress().

◆ USB_OTG_EP_BULK

#define USB_OTG_EP_BULK   2

Definition at line 51 of file usb_dcd.h.

Referenced by DCD_EP_Open(), usbd_cdc_Init(), USBD_MSC_Init(), and USBD_MSC_Setup().

◆ USB_OTG_EP_CONTROL

#define USB_OTG_EP_CONTROL   0

Definition at line 49 of file usb_dcd.h.

◆ USB_OTG_EP_INT

#define USB_OTG_EP_INT   3

Definition at line 52 of file usb_dcd.h.

Referenced by usbd_cdc_Init().

◆ USB_OTG_EP_ISOC

#define USB_OTG_EP_ISOC   1

Definition at line 50 of file usb_dcd.h.

◆ USB_OTG_EP_MASK

#define USB_OTG_EP_MASK   3

Definition at line 53 of file usb_dcd.h.

◆ USB_OTG_SUSPENDED

#define USB_OTG_SUSPENDED   4

Definition at line 59 of file usb_dcd.h.

Referenced by USBD_Suspend().