Macros | |
#define | USB_OTG_EP0_DATA_IN 2 |
#define | USB_OTG_EP0_DATA_OUT 3 |
#define | USB_OTG_EP0_IDLE 0 |
#define | USB_OTG_EP0_SETUP 1 |
#define | USB_OTG_EP0_STALL 6 |
#define | USB_OTG_EP0_STATUS_IN 4 |
#define | USB_OTG_EP0_STATUS_OUT 5 |
#define | USB_OTG_EP_RX_DIS 0x0000 |
#define | USB_OTG_EP_RX_NAK 0x2000 |
#define | USB_OTG_EP_RX_STALL 0x1000 |
#define | USB_OTG_EP_RX_VALID 0x3000 |
#define | USB_OTG_EP_TX_DIS 0x0000 |
#define | USB_OTG_EP_TX_NAK 0x0020 |
#define | USB_OTG_EP_TX_STALL 0x0010 |
#define | USB_OTG_EP_TX_VALID 0x0030 |
#define USB_OTG_EP0_DATA_IN 2 |
Definition at line 54 of file usb_core.h.
#define USB_OTG_EP0_DATA_OUT 3 |
Definition at line 55 of file usb_core.h.
#define USB_OTG_EP0_IDLE 0 |
Definition at line 52 of file usb_core.h.
#define USB_OTG_EP0_SETUP 1 |
Definition at line 53 of file usb_core.h.
#define USB_OTG_EP0_STALL 6 |
Definition at line 58 of file usb_core.h.
#define USB_OTG_EP0_STATUS_IN 4 |
Definition at line 56 of file usb_core.h.
#define USB_OTG_EP0_STATUS_OUT 5 |
Definition at line 57 of file usb_core.h.
#define USB_OTG_EP_RX_DIS 0x0000 |
Definition at line 65 of file usb_core.h.
#define USB_OTG_EP_RX_NAK 0x2000 |
Definition at line 67 of file usb_core.h.
#define USB_OTG_EP_RX_STALL 0x1000 |
Definition at line 66 of file usb_core.h.
#define USB_OTG_EP_RX_VALID 0x3000 |
Definition at line 68 of file usb_core.h.
#define USB_OTG_EP_TX_DIS 0x0000 |
Definition at line 60 of file usb_core.h.
#define USB_OTG_EP_TX_NAK 0x0020 |
Definition at line 62 of file usb_core.h.
#define USB_OTG_EP_TX_STALL 0x0010 |
Definition at line 61 of file usb_core.h.
#define USB_OTG_EP_TX_VALID 0x0030 |
Definition at line 63 of file usb_core.h.