USBD_Desc_GetString() is only used within Ux_Device_HID_CDC_ACM.
 
Symbols
loading...
Files
loading...

USBD_Desc_GetString() function

USBD_Desc_GetString Convert ASCII string into Unicode one

Syntax

static void USBD_Desc_GetString(uint8_t *desc,     uint8_t *Buffer,     uint16_t *len);
Implemented in ux_device_descriptors.c:335

Arguments

desc

descriptor buffer

Buffer

len

descriptor length

Return value

None

References

LocationReferrerText
ux_device_descriptors.c:335
static void USBD_Desc_GetString(uint8_t *desc, uint8_t *unicode, uint16_t *len)
ux_device_descriptors.c:150
static void USBD_Desc_GetString(uint8_t *desc, uint8_t *Buffer, uint16_t *len);
ux_device_descriptors.c:254USBD_Get_String_Framework()
USBD_Desc_GetString((uint8_t *)USBD_MANUFACTURER_STRING, USBD_string_framework + count, &len);
ux_device_descriptors.c:263USBD_Get_String_Framework()
USBD_Desc_GetString((uint8_t *)USBD_PRODUCT_STRING, USBD_string_framework + count, &len);
ux_device_descriptors.c:272USBD_Get_String_Framework()
USBD_Desc_GetString((uint8_t *)USBD_SERIAL_NUMBER, USBD_string_framework + count, &len);

Call Tree

Functions calling USBD_Desc_GetString()
Functions called by USBD_Desc_GetString()
all items filtered out
USBD_Desc_GetString()
all items filtered out
Data read by USBD_Desc_GetString()
Data written by USBD_Desc_GetString()
USBD_Desc_GetString()::unicode
USBD_Desc_GetString()::idx
USBD_Desc_GetString()::pdesc
all items filtered out
USBD_Desc_GetString()
USBD_Desc_GetString()::idx
USBD_Desc_GetString()::pdesc
all items filtered out
Type of USBD_Desc_GetString()
USBD_Desc_GetString()
uint8_t
all items filtered out