tinyusb  0.4
Click here to lend your support to tinyusb donation and make a donation at pledgie.com
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
ehci_data_t Struct Reference

Data Fields

ehci_qhd_t async_head [CONTROLLER_HOST_NUMBER]
 
ehci_qtd_t addr0_qtd [3]
 head qhd of async list, also is used as control endpoint for address 0
 
struct {
   struct {
      ehci_qhd_t   qhd
 
      ehci_qtd_t   qtd [3]
 
   }   control
 
   ehci_qhd_t   qhd [HCD_MAX_ENDPOINT]
 Queue Head Pool.
 
   ehci_qtd_t   qtd [HCD_MAX_XFER]
 Queue Element Transfer Pool.
 
device [TUSB_CFG_HOST_DEVICE_MAX]
 

Detailed Description

Definition at line 451 of file ehci.h.


The documentation for this struct was generated from the following file: