4.4.3.2.14 USB_DescriptorStringPointerGet()

RETURN_CODE_t USB_DescriptorStringPointerGet (uint8_t stringIndex, uint16_t langID, uint8_t ** descriptorAddressPtr, uint16_t * descriptorLength)

Gets the pointer to the string descriptor.

Parameters:
stringIndex

- Index of the string

langID

- Language ID

**descriptorAddressPtr

- Pointer to the descriptor

*descriptorLength

- Length of the descriptor

Returns:

SUCCESS or an Error code according to RETURN_CODE_t