Home
last modified time | relevance | path

Searched refs:current_char (Results 1 – 3 of 3) sorted by relevance

/USBX-v6.2.1/samples/
Ddemo_usbx.c254 UCHAR current_char; in tx_demo_thread_host_simulation_entry() local
286 current_char = 'A'; in tx_demo_thread_host_simulation_entry()
295 …_ux_utility_memory_set(host_out_buffer, current_char, UX_HOST_CLASS_DPUMP_PACKET_SIZE); /* Use cas… in tx_demo_thread_host_simulation_entry()
298 current_char++; in tx_demo_thread_host_simulation_entry()
301 if (current_char > 'Z') in tx_demo_thread_host_simulation_entry()
302 current_char = 'A'; in tx_demo_thread_host_simulation_entry()
/USBX-v6.2.1/test/regression/
Dusbx_dpump_basic_test.c330 UCHAR current_char; in tx_demo_thread_host_simulation_entry() local
393 current_char = 'A'; in tx_demo_thread_host_simulation_entry()
403 _ux_utility_memory_set(host_out_buffer, current_char, UX_HOST_CLASS_DPUMP_PACKET_SIZE); in tx_demo_thread_host_simulation_entry()
406 current_char++; in tx_demo_thread_host_simulation_entry()
409 if (current_char > 'Z') in tx_demo_thread_host_simulation_entry()
410 current_char = 'A'; in tx_demo_thread_host_simulation_entry()
Dusbx_class_device_enumeration_test.c306 UCHAR current_char; in tx_demo_thread_host_simulation_entry() local