#include <usb_core.h>
Public Attributes | |
uint16_t | channel [USB_OTG_MAX_TX_FIFOS] |
__IO uint32_t | ConnSts |
__IO uint32_t | ErrCnt [USB_OTG_MAX_TX_FIFOS] |
USB_OTG_HC | hc [USB_OTG_MAX_TX_FIFOS] |
__IO HC_STATUS | HC_Status [USB_OTG_MAX_TX_FIFOS] |
__IO uint32_t | PortEnabled |
uint8_t | Rx_Buffer [MAX_DATA_LENGTH] |
__IO URB_STATE | URB_State [USB_OTG_MAX_TX_FIFOS] |
__IO uint32_t | XferCnt [USB_OTG_MAX_TX_FIFOS] |
Definition at line 264 of file usb_core.h.
uint16_t _HCD::channel[USB_OTG_MAX_TX_FIFOS] |
Definition at line 274 of file usb_core.h.
__IO uint32_t _HCD::ConnSts |
Definition at line 267 of file usb_core.h.
__IO uint32_t _HCD::ErrCnt[USB_OTG_MAX_TX_FIFOS] |
Definition at line 269 of file usb_core.h.
USB_OTG_HC _HCD::hc[USB_OTG_MAX_TX_FIFOS] |
Definition at line 273 of file usb_core.h.
__IO HC_STATUS _HCD::HC_Status[USB_OTG_MAX_TX_FIFOS] |
Definition at line 271 of file usb_core.h.
__IO uint32_t _HCD::PortEnabled |
Definition at line 268 of file usb_core.h.
uint8_t _HCD::Rx_Buffer[MAX_DATA_LENGTH] |
Definition at line 266 of file usb_core.h.
__IO URB_STATE _HCD::URB_State[USB_OTG_MAX_TX_FIFOS] |
Definition at line 272 of file usb_core.h.
__IO uint32_t _HCD::XferCnt[USB_OTG_MAX_TX_FIFOS] |
Definition at line 270 of file usb_core.h.