MAX_STRING_WCHARS is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

MAX_STRING_WCHARS macro

Syntax

#define MAX_STRING_WCHARS 0xFFF

References

LocationText
hid.c:41
#define MAX_STRING_WCHARS 0xFFF
hid.c:821
res = HidD_GetManufacturerString(dev->device_handle, string, sizeof(wchar_t) * MIN(maxlen, MAX_STRING_WCHARS));
hid.c:834
res = HidD_GetProductString(dev->device_handle, string, sizeof(wchar_t) * MIN(maxlen, MAX_STRING_WCHARS));
hid.c:847
res = HidD_GetSerialNumberString(dev->device_handle, string, sizeof(wchar_t) * MIN(maxlen, MAX_STRING_WCHARS));
hid.c:860
res = HidD_GetIndexedString(dev->device_handle, string_index, string, sizeof(wchar_t) * MIN(maxlen, MAX_STRING_WCHARS));