Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/core/src/
Dux_utility_string_length_check.c83 UINT _ux_utility_string_length_check(UCHAR *string, UINT *string_length_ptr, UINT max_string_lengt… in _ux_utility_string_length_check() argument
89 if (string == UX_NULL) in _ux_utility_string_length_check()
97 if (string[string_length] == '\0') in _ux_utility_string_length_check()
Dux_utility_string_length_get.c75 ULONG _ux_utility_string_length_get(UCHAR *string) in _ux_utility_string_length_get() argument
82 while (string[length]) in _ux_utility_string_length_get()
/USBX-v6.2.1/test/regression/
Dusbx_cdc_acm_device_dtr_rts_reset_on_disconnect_test.c38 … demo_usbx_simulator_cdc_acm_host_send_at_command(UCHAR *string, ULONG length);
39 static UINT tx_demo_thread_slave_simulation_response(UCHAR *string, …
Dusbx_cdc_acm_basic_test.c47 static UINT test_usbx_simulator_cdc_acm_host_send_command(UCHAR *string, ULONG length, ULONG…
48 static UINT tx_test_thread_slave_simulation_response(UCHAR *string, ULONG length);
2478 UINT test_usbx_simulator_cdc_acm_host_send_command(UCHAR *string, ULONG length, ULONG no_ack) in test_usbx_simulator_cdc_acm_host_send_command() argument
2485 ux_utility_memory_copy(cdc_acm_xmit_buffer, string,length); in test_usbx_simulator_cdc_acm_host_send_command()
3006 UINT tx_test_thread_slave_simulation_response(UCHAR *string, ULONG length) in tx_test_thread_slave_simulation_response() argument
3013 ux_utility_memory_copy(buffer, string,length); in tx_test_thread_slave_simulation_response()
/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/test/cmake/usbx/
DCMakeLists.txt432 string(REPLACE "ports/linux/gnu" "ports/generic" INCLUDE_LIST ${INCLUDE_LIST})
/USBX-v6.2.1/common/core/inc/
Dux_utility.h87 ULONG _ux_utility_string_length_get(UCHAR *string);
/USBX-v6.2.1/docs/
Drevision_history.txt422 Added for more secure string handling:
425 This function is deprecated for more secure string handling:
428 Updated to improve secure string handling:
2387 … the enumeration thread and other classes. Changed the string UX_SYSTEM_HOST_INIT to UX_SYSTEM_INIT
2388 …ux_system_initialize.c Changed the string UX_SYSTEM_HOST_INIT to UX_SYSTEM_IN…