Home
last modified time | relevance | path

Searched refs:string (Results 1 – 4 of 4) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_utility_string_length_check.c84 UINT _ux_utility_string_length_check(UCHAR *string, UINT *string_length_ptr, UINT max_string_lengt… in _ux_utility_string_length_check() argument
90 if (string == UX_NULL) in _ux_utility_string_length_check()
98 if (string[string_length] == '\0') in _ux_utility_string_length_check()
Dux_utility_string_length_get.c76 ULONG _ux_utility_string_length_get(UCHAR *string) in _ux_utility_string_length_get() argument
83 while (string[length]) in _ux_utility_string_length_get()
/USBX-v6.2.1/support/windows_host_files/
DCDC_ACM_Template_Win7_64bit.inf37 ; For example, if the VID is '8484' and the PID is '0000', the string should be: USB\VID_8484&PID_0…
/USBX-v6.2.1/common/core/inc/
Dux_utility.h81 ULONG _ux_utility_string_length_get(UCHAR *string);