IntToUnicode() is only used within MSC_Standalone.
 
Symbols
loading...
Files
loading...

IntToUnicode() function

Convert Hex 32Bits value into char

Syntax

static void IntToUnicode(uint32_t value,     uint8_t * pbuf,     uint8_t len);
Implemented in usbd_desc.c:275

Arguments

value

value to convert

pbuf

pointer to the buffer

len

buffer length

Return value

None

References

LocationReferrerText
usbd_desc.c:275
static void IntToUnicode(uint32_t value, uint8_t * pbuf, uint8_t len)
usbd_desc.c:113
static void IntToUnicode(uint32_t value, uint8_t * pbuf, uint8_t len);
usbd_desc.c:263Get_SerialNum()
IntToUnicode(deviceserial0, (uint8_t *) & USBD_StringSerial[2], 8);
usbd_desc.c:264Get_SerialNum()
IntToUnicode(deviceserial1, (uint8_t *) & USBD_StringSerial[18], 4);

Call Tree

Functions calling IntToUnicode()
all items filtered out
IntToUnicode()
Data read by IntToUnicode()
Data written by IntToUnicode()
IntToUnicode()::idx
all items filtered out
IntToUnicode()
IntToUnicode()::idx
all items filtered out
Type of IntToUnicode()
IntToUnicode()
uint8_t
all items filtered out