APM:Libraries
|
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 |
#define USB_OTG_ADDRESSED 2 |
Definition at line 57 of file usb_dcd.h.
Referenced by USBD_ClrFeature(), USBD_GetConfig(), USBD_GetStatus(), USBD_SetAddress(), USBD_SetConfig(), and USBD_StdEPReq().
#define USB_OTG_CONFIGURED 3 |
Definition at line 58 of file usb_dcd.h.
Referenced by DCD_HandleUSBSuspend_ISR(), USBD_ClrFeature(), USBD_DataInStage(), USBD_DataOutStage(), USBD_GetConfig(), USBD_GetStatus(), USBD_Resume(), USBD_SetAddress(), USBD_SetConfig(), USBD_StdEPReq(), and USBD_StdItfReq().
#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().
#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().
#define USB_OTG_EP_INT 3 |
Definition at line 52 of file usb_dcd.h.
Referenced by usbd_cdc_Init().
#define USB_OTG_SUSPENDED 4 |
Definition at line 59 of file usb_dcd.h.
Referenced by USBD_Suspend().