|
NetBurner 3.5.7
PDF Version |
EHCI ISO structure; An ISO pipe has an instance of this structure to keep the ISO pipe-specific information. More...
#include <usb_host_ehci.h>
Public Attributes | |
| struct _usb_host_ehci_iso * | next |
| usb_host_pipe_t * | ehciPipePointer |
| usb_host_transfer_t * | ehciTransferHead |
| usb_host_transfer_t * | ehciTransferTail |
| uint16_t | lastLinkFrame |
EHCI ISO structure; An ISO pipe has an instance of this structure to keep the ISO pipe-specific information.
| usb_host_pipe_t* _usb_host_ehci_iso::ehciPipePointer |
This ISO's EHCI pipe pointer
| usb_host_transfer_t* _usb_host_ehci_iso::ehciTransferHead |
Transfer list head on this ISO pipe
| usb_host_transfer_t* _usb_host_ehci_iso::ehciTransferTail |
Transfer list head on this ISO pipe
| uint16_t _usb_host_ehci_iso::lastLinkFrame |
It means that the inserted frame for ISO ITD/SITD. 0xFFFF is invalid. For ITD, it is a micro-frame value. For SITD, it is a frame value
| struct _usb_host_ehci_iso* _usb_host_ehci_iso::next |
Next instance pointer