2.2.4.53 USB_DEVICE_STRING_DESCRIPTORS_TABLE Type

C

typedef const uint8_t * const USB_DEVICE_STRING_DESCRIPTORS_TABLE;

Summary

String Descriptors Pointer

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

Remarks

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