USBD_ISO_PACKET_DESCRIPTOR is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDUSBD_ISO_PACKET_DESCRIPTOR

USBD_ISO_PACKET_DESCRIPTOR struct

Syntax

typedef struct _USBD_ISO_PACKET_DESCRIPTOR {     ULONG Offset;     ULONG Length;     USBD_STATUS Status; } USBD_ISO_PACKET_DESCRIPTOR, *PUSBD_ISO_PACKET_DESCRIPTOR;

Fields

Offset

No summary provided. Read more...

Length

No summary provided. Read more...

Status

No summary provided. Read more...

References

LocationReferrerScopeText
windows_winusb.h:425
typedef struct _USBD_ISO_PACKET_DESCRIPTOR {
windows_winusb.h:429
windows_winusb.c:3241winusbx_submit_iso_transfer()
ret = WinUSBX[sub_api].ReadIsochPipeAsap(buffer_handle, 0, transfer->length, !transfer_priv->iso_break_stream, transfer->num_iso_packets, (PUSBD_ISO_PACKET_DESCRIPTOR)transfer->iso_packet_desc, overlapped);
windows_winusb.c:3454winusbx_copy_transfer_data()::usbd_iso_packet_descwinusbx_copy_transfer_data()
PUSBD_ISO_PACKET_DESCRIPTOR usbd_iso_packet_desc = (PUSBD_ISO_PACKET_DESCRIPTOR)transfer->iso_packet_desc;
windows_winusb.h:429USBD_ISO_PACKET_DESCRIPTOR
windows_winusb.h:501IsoPacketDescriptors
PUSBD_ISO_PACKET_DESCRIPTOR IsoPacketDescriptors,

Type Use

Variables of _USBD_ISO_PACKET_DESCRIPTOR type
IsoPacketDescriptors
winusbx_copy_transfer_data()::usbd_iso_packet_desc
all items filtered out
_USBD_ISO_PACKET_DESCRIPTOR
_USBD_ISO_PACKET_DESCRIPTOR
all items filtered out