Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_standalone_device_cdc_acm_transmission_test.c53 static ULONG cdc_acm_host_read_buffer_length; variable
686 (cdc_acm_host_read_buffer_length < sizeof(cdc_acm_host_read_buffer)); in test_thread_host_reception_callback()
687 i ++, cdc_acm_host_read_buffer_length ++) in test_thread_host_reception_callback()
689 cdc_acm_host_read_buffer[cdc_acm_host_read_buffer_length] = reception_buffer[i]; in test_thread_host_reception_callback()
737 cdc_acm_host_read_buffer_length = 0; in test_cdc_acm_device_transmission()
752 if (cdc_acm_host_read_buffer_length != test_length) in test_cdc_acm_device_transmission()
755 test_length, cdc_acm_host_read_buffer_length); in test_cdc_acm_device_transmission()
Dusbx_standalone_device_cdc_acm_basic_test.c53 static ULONG cdc_acm_host_read_buffer_length; variable
773 (cdc_acm_host_read_buffer_length < sizeof(cdc_acm_host_read_buffer)); in test_thread_host_reception_callback()
774 i ++, cdc_acm_host_read_buffer_length ++) in test_thread_host_reception_callback()
776 cdc_acm_host_read_buffer[cdc_acm_host_read_buffer_length] = reception_buffer[i]; in test_thread_host_reception_callback()
824 cdc_acm_host_read_buffer_length = 0; in test_cdc_acm_device_read_write()
839 if (cdc_acm_host_read_buffer_length != test_length) in test_cdc_acm_device_read_write()
842 test_length, cdc_acm_host_read_buffer_length); in test_cdc_acm_device_read_write()
Dusbx_standalone_cdc_acm_basic_test.c53 static ULONG cdc_acm_host_read_buffer_length; variable
813 (cdc_acm_host_read_buffer_length < sizeof(cdc_acm_host_read_buffer)); in test_thread_host_reception_callback()
814 i ++, cdc_acm_host_read_buffer_length ++) in test_thread_host_reception_callback()
816 cdc_acm_host_read_buffer[cdc_acm_host_read_buffer_length] = reception_buffer[i]; in test_thread_host_reception_callback()
1013 cdc_acm_host_read_buffer_length = 0; in test_cdc_acm_device_read_write()
1029 if (cdc_acm_host_read_buffer_length != test_length) in test_cdc_acm_device_read_write()
1032 test_length, cdc_acm_host_read_buffer_length); in test_cdc_acm_device_read_write()