2.2.4.47 USB_DEVICE_CONFIGURATION_DESCRIPTORS_TABLE Type

C

typedef const uint8_t * const USB_DEVICE_CONFIGURATION_DESCRIPTORS_TABLE;

Summary

Configuration descriptors pointer

This type defines a pointer to an array that contains pointers to configuration descriptors. This data type is used in USB_DEVICE_MASTER_DESCRIPTOR data type to point to the table of configuration descriptors.

Remarks

This type is specific to implementation of the USB Device Stack API.