Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_cdc_acm_basic_test.c71 static UCHAR cdc_acm_xmit_buffer[UX_DEMO_XMIT_BUFFER_SIZE]; variable
1949 ux_utility_memory_set(cdc_acm_xmit_buffer, 0x00, 3); in tx_test_thread_host_simulation_entry()
1950 … status = ux_host_class_cdc_acm_write(cdc_acm_host_data, cdc_acm_xmit_buffer, 128, &actual_length); in tx_test_thread_host_simulation_entry()
1953 … status = ux_host_class_cdc_acm_write(cdc_acm_host_data, cdc_acm_xmit_buffer, 64, &actual_length); in tx_test_thread_host_simulation_entry()
2455 …status = ux_host_class_cdc_acm_write(cdc_acm_host_data, cdc_acm_xmit_buffer, 16384, &actual_length… in tx_test_thread_host_simulation_entry()
2485 ux_utility_memory_copy(cdc_acm_xmit_buffer, string,length); in test_usbx_simulator_cdc_acm_host_send_command()
2486 cdc_acm_xmit_buffer[length] = 0x0d; in test_usbx_simulator_cdc_acm_host_send_command()
2487 cdc_acm_xmit_buffer[length+1] = 0x0a; in test_usbx_simulator_cdc_acm_host_send_command()
2493 …status = ux_host_class_cdc_acm_write(cdc_acm_host_data, cdc_acm_xmit_buffer, length, &actual_lengt… in test_usbx_simulator_cdc_acm_host_send_command()
Dusbx_cdc_acm_device_dtr_rts_reset_on_disconnect_test.c49 static UCHAR cdc_acm_xmit_buffer[UX_DEMO_XMIT_BUFFER_SIZE]; variable
Dusbx_ux_host_basic_memory_tests.c58 UCHAR cdc_acm_xmit_buffer[UX_DEMO_XMIT_BUFFER_SIZE]; variable
Dusbx_ux_host_device_basic_tests.c56 UCHAR cdc_acm_xmit_buffer[UX_DEMO_XMIT_BUFFER_SIZE]; variable