USB Libraries Help > USB Device Libraries > USB Device Layer Library > Library Interface > g) Data Types and Constants > USB_DEVICE_CONFIGURATION_DESCRIPTORS_TABLE Type
MPLAB Harmony USB Stack
USB_DEVICE_CONFIGURATION_DESCRIPTORS_TABLE Type

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.

C
typedef const uint8_t * const USB_DEVICE_CONFIGURATION_DESCRIPTORS_TABLE;
Remarks

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