2.2.4.58 USB_DEVICE_EVENT_DATA_SYNCH_FRAME Structure

C

typedef struct {
  USB_ENDPOINT_ADDRESS endpoint;
} USB_DEVICE_EVENT_DATA_SYNCH_FRAME;

Summary

USB Device Synch Frame Event Data type.

This data type defines the type of data that is returned by the Device Layer along with the USB_DEVICE_EVENT_SYNCH_FRAME event.

Members

Members Description
USB_ENDPOINT_ADDRESS endpoint; Endpoint for which the Synch Frame number is requested

Remarks

None.