2.2.4.57 USB_DEVICE_EVENT_DATA_SOF Structure

C

typedef struct {
  uint16_t frameNumber;
} USB_DEVICE_EVENT_DATA_SOF;

Summary

USB Device Start Of 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_SOF event.

Members

Members Description
uint16_t frameNumber; The Start Of Frame number

Remarks

None.