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
ohci_ed_t Struct Reference

Data Fields

uint32_t device_address: 7
 
uint32_t endpoint_number: 4
 
uint32_t direction: 2
 
uint32_t speed: 1
 
uint32_t skip: 1
 
uint32_t is_iso: 1
 
uint32_t max_package_size: 11
 
uint32_t used: 1
 
uint32_t is_interrupt_xfer: 1
 
uint32_t is_stalled: 1
 
uint32_t __pad0__: 2
 
union {
   uint32_t   address
 
   struct {
      uint32_t   class_code: 4
 
      uint32_t   __pad0__: 28
 
   } 
 
td_tail
 
union {
   uint32_t   address
 
   struct {
      uint32_t   halted: 1
 
      uint32_t   toggle: 1
 
      uint32_t   __pad0__: 30
 
   } 
 
td_head
 
uint32_t next_ed
 

Detailed Description

Definition at line 117 of file ohci.h.


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