APM:Libraries
|
#include <usb_core.h>
Public Attributes | |
uint8_t | Rx_Buffer [MAX_DATA_LENGTH] |
__IO uint32_t | ConnSts |
__IO uint32_t | ErrCnt [USB_OTG_MAX_TX_FIFOS] |
__IO uint32_t | XferCnt [USB_OTG_MAX_TX_FIFOS] |
__IO HC_STATUS | HC_Status [USB_OTG_MAX_TX_FIFOS] |
__IO URB_STATE | URB_State [USB_OTG_MAX_TX_FIFOS] |
USB_OTG_HC | hc [USB_OTG_MAX_TX_FIFOS] |
uint16_t | channel [USB_OTG_MAX_TX_FIFOS] |
Definition at line 273 of file usb_core.h.
uint16_t _HCD::channel[USB_OTG_MAX_TX_FIFOS] |
Definition at line 282 of file usb_core.h.
__IO uint32_t _HCD::ConnSts |
Definition at line 276 of file usb_core.h.
__IO uint32_t _HCD::ErrCnt[USB_OTG_MAX_TX_FIFOS] |
Definition at line 277 of file usb_core.h.
USB_OTG_HC _HCD::hc[USB_OTG_MAX_TX_FIFOS] |
Definition at line 281 of file usb_core.h.
__IO HC_STATUS _HCD::HC_Status[USB_OTG_MAX_TX_FIFOS] |
Definition at line 279 of file usb_core.h.
uint8_t _HCD::Rx_Buffer[MAX_DATA_LENGTH] |
Definition at line 275 of file usb_core.h.
__IO URB_STATE _HCD::URB_State[USB_OTG_MAX_TX_FIFOS] |
Definition at line 280 of file usb_core.h.
__IO uint32_t _HCD::XferCnt[USB_OTG_MAX_TX_FIFOS] |
Definition at line 278 of file usb_core.h.