2.2.4.48 USB_DEVICE_EVENT_DATA_CONFIGURED Structure

C

typedef struct {
  uint8_t configurationValue;
} USB_DEVICE_EVENT_DATA_CONFIGURED;

Summary

USB Device Set Configuration Event Data type.

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

Members

Members Description
uint8_t configurationValue; The configuration that was set

Remarks

None.