Home
last modified time | relevance | path

Searched refs:current_char (Results 1 – 1 of 1) 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()