Searched refs:string (Results 1 – 8 of 8) sorted by relevance
/USBX-v6.2.1/common/core/src/ |
D | ux_utility_string_length_check.c | 83 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()
|
D | ux_utility_string_length_get.c | 75 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/ |
D | usbx_cdc_acm_device_dtr_rts_reset_on_disconnect_test.c | 38 … demo_usbx_simulator_cdc_acm_host_send_at_command(UCHAR *string, ULONG length); 39 static UINT tx_demo_thread_slave_simulation_response(UCHAR *string, …
|
D | usbx_cdc_acm_basic_test.c | 47 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/ |
D | CDC_ACM_Template_Win7_64bit.inf | 37 ; 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/ |
D | CMakeLists.txt | 432 string(REPLACE "ports/linux/gnu" "ports/generic" INCLUDE_LIST ${INCLUDE_LIST})
|
/USBX-v6.2.1/common/core/inc/ |
D | ux_utility.h | 87 ULONG _ux_utility_string_length_get(UCHAR *string);
|
/USBX-v6.2.1/docs/ |
D | revision_history.txt | 422 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…
|