NetBurner 3.5.7
PDF Version
_usb_host_ehci_itd Struct Reference

EHCI ITD structure. See the USB EHCI specification. More...

#include <usb_host_ehci.h>

Public Attributes

uint32_t nextLinkPointer
 
uint32_t transactions [8]
 
uint32_t bufferPointers [7]
 
struct _usb_host_ehci_itdnextItdPointer
 
uint32_t frameEntryIndex
 
uint32_t reserved [6]
 

Detailed Description

EHCI ITD structure. See the USB EHCI specification.

Member Data Documentation

◆ bufferPointers

uint32_t _usb_host_ehci_itd::bufferPointers[7]

ITD specification filed, transfer buffer fields

◆ frameEntryIndex

uint32_t _usb_host_ehci_itd::frameEntryIndex

The ITD inserted frame value

◆ nextItdPointer

struct _usb_host_ehci_itd* _usb_host_ehci_itd::nextItdPointer

Next ITD pointer

◆ nextLinkPointer

uint32_t _usb_host_ehci_itd::nextLinkPointer

ITD specification filed, the next linker pointer

◆ reserved

uint32_t _usb_host_ehci_itd::reserved[6]

Reserved fields for 32 bytes align

◆ transactions

uint32_t _usb_host_ehci_itd::transactions[8]

ITD specification filed, transactions information


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