Home
last modified time | relevance | path

Searched refs:UX_DEMO_BUFFER_SIZE (Results 1 – 25 of 149) sorted by relevance

123456

/USBX-v6.2.1/test/regression/
Dusbx_ux_device_class_cdc_acm_bulkout_thread_test.c25 #define UX_DEMO_BUFFER_SIZE (UX_SLAVE_REQUEST_DATA_MAX_LENGTH + 1) macro
108 static UCHAR buffer[UX_DEMO_BUFFER_SIZE];
109 static UCHAR host_buffer[UX_DEMO_BUFFER_SIZE];
540 …status = ux_host_class_cdc_acm_read(cdc_acm_host_data, host_buffer, UX_DEMO_BUFFER_SIZE, &actual_l… in tx_test_thread_host_simulation_entry()
541 if (status != UX_SUCCESS && actual_length != UX_DEMO_BUFFER_SIZE) in tx_test_thread_host_simulation_entry()
716 … status = ux_device_class_cdc_acm_write_with_callback(cdc_acm_slave, buffer, UX_DEMO_BUFFER_SIZE); in tx_test_thread_slave_simulation_entry()
Dusbx_ux_host_class_hid_descriptor_parse_coverage_test.c13 #define UX_DEMO_BUFFER_SIZE 2048 macro
Dusbx_cdc_acm_basic_test.c28 #define UX_DEMO_BUFFER_SIZE (UX_DEMO_REQUEST_MAX_LENGTH + 1) macro
80 static UCHAR buffer[UX_DEMO_BUFFER_SIZE * 4]; /* Large enough to avoi…
107 static UCHAR _rsp_ok[UX_DEMO_BUFFER_SIZE] = {'O', 'K', '\r', '\n', '…
1978 …status = ux_device_class_cdc_acm_read(cdc_acm_slave_bak, buffer, UX_DEMO_BUFFER_SIZE, &actual_leng… in tx_test_thread_host_simulation_entry()
1989 …status = ux_device_class_cdc_acm_write(cdc_acm_slave_bak, buffer, UX_DEMO_BUFFER_SIZE, &actual_len… in tx_test_thread_host_simulation_entry()
2158 …status = ux_host_class_cdc_acm_read(cdc_acm_host_data, buffer, UX_DEMO_BUFFER_SIZE, &actual_length… in tx_test_thread_host_simulation_entry()
2187 …status = ux_host_class_cdc_acm_read(cdc_acm_host_data, buffer, UX_DEMO_BUFFER_SIZE, &actual_length… in tx_test_thread_host_simulation_entry()
2203 …status = ux_host_class_cdc_acm_read(cdc_acm_host_data, buffer, UX_DEMO_BUFFER_SIZE, &actual_length… in tx_test_thread_host_simulation_entry()
2668 write_size = UX_DEMO_BUFFER_SIZE * 4; in tx_test_thread_slave_simulation_entry()
2681 …status = ux_device_class_cdc_acm_write(cdc_acm_slave, buffer, UX_DEMO_BUFFER_SIZE, &actual_length); in tx_test_thread_slave_simulation_entry()
[all …]
Dusbx_cdc_acm_device_dtr_rts_reset_on_disconnect_test.c20 #define UX_DEMO_BUFFER_SIZE 2048 macro
56 static UCHAR buffer[UX_DEMO_BUFFER_SIZE];
Dusbx_msrc_81572_standalone_host_printer_allocated_enum_free_test.c22 #define UX_DEMO_BUFFER_SIZE (UX_SLAVE_REQUEST_DATA_MAX_LENGTH + 1) macro
53 static UCHAR host_buffer[UX_DEMO_BUFFER_SIZE * 8];
81 static UCHAR device_buffer[UX_DEMO_BUFFER_SIZE * 8];
Dusbx_ux_host_class_cdc_acm_write_test.c25 #define UX_DEMO_BUFFER_SIZE (32768) macro
96 static UCHAR buffer[UX_DEMO_BUFFER_SIZE];
98 static UCHAR *host_buffer = &buffer[UX_DEMO_BUFFER_SIZE/2];
Dusbx_test_common_storage.h19 #define UX_DEMO_BUFFER_SIZE 2048 macro
Dusbx_ux_device_class_cdc_acm_activate_test.c25 #define UX_DEMO_BUFFER_SIZE (UX_SLAVE_REQUEST_DATA_MAX_LENGTH + 1) macro
98 static UCHAR buffer[UX_DEMO_BUFFER_SIZE];
Dusbx_ux_device_class_cdc_acm_deactivate_test.c25 #define UX_DEMO_BUFFER_SIZE (UX_SLAVE_REQUEST_DATA_MAX_LENGTH + 1) macro
98 static UCHAR buffer[UX_DEMO_BUFFER_SIZE];
Dusbx_ux_device_stack_vendor_request_test.c23 #define UX_DEMO_BUFFER_SIZE (UX_SLAVE_REQUEST_DATA_MAX_LENGTH + 1) macro
52 static UCHAR buffer[UX_DEMO_BUFFER_SIZE];
Dusbx_msrc_66679_test.c23 #define UX_DEMO_BUFFER_SIZE (UX_SLAVE_REQUEST_DATA_MAX_LENGTH + 1) macro
52 static UCHAR buffer[UX_DEMO_BUFFER_SIZE];
Dusbx_ux_host_class_cdc_acm_read_test.c25 #define UX_DEMO_BUFFER_SIZE (UX_SLAVE_REQUEST_DATA_MAX_LENGTH + 1) macro
96 static UCHAR buffer[UX_DEMO_BUFFER_SIZE];
Dusbx_ux_device_class_cdc_acm_write_test.c25 #define UX_DEMO_BUFFER_SIZE (UX_SLAVE_REQUEST_DATA_MAX_LENGTH + 1) macro
96 static UCHAR buffer[UX_DEMO_BUFFER_SIZE];
Dusbx_ux_host_stack_endpoint_reset_test.c26 #define UX_DEMO_BUFFER_SIZE (UX_SLAVE_REQUEST_DATA_MAX_LENGTH + 1) macro
125 static UCHAR buffer[UX_DEMO_BUFFER_SIZE];
Dusbx_ux_host_class_cdc_acm_transfer_request_completed_test.c25 #define UX_DEMO_BUFFER_SIZE (UX_SLAVE_REQUEST_DATA_MAX_LENGTH + 1) macro
98 static UCHAR buffer[UX_DEMO_BUFFER_SIZE];
Dusbx_class_printer_device_standalone_basic_tests.c22 #define UX_DEMO_BUFFER_SIZE (UX_SLAVE_REQUEST_DATA_MAX_LENGTH + 1) macro
47 static UCHAR host_buffer[UX_DEMO_BUFFER_SIZE * 8];
75 static UCHAR device_buffer[UX_DEMO_BUFFER_SIZE * 8];
Dusbx_ux_host_class_storage_request_sense_test.c23 #define UX_DEMO_BUFFER_SIZE 2048 macro
47 static UCHAR buffer[UX_DEMO_BUFFER_SIZE];
Dusbx_ux_host_stack_class_instance_verify_test.c26 #define UX_DEMO_BUFFER_SIZE (UX_SLAVE_REQUEST_DATA_MAX_LENGTH + 1) macro
125 static UCHAR buffer[UX_DEMO_BUFFER_SIZE];
Dusbx_ux_host_class_storage_media_capacity_get_test.c23 #define UX_DEMO_BUFFER_SIZE 2048 macro
47 static UCHAR buffer[UX_DEMO_BUFFER_SIZE];
Dusbx_msrc_73386_host_storage_media_open_buffer_test.c23 #define UX_DEMO_BUFFER_SIZE 2048 macro
51 static UCHAR buffer[UX_DEMO_BUFFER_SIZE];
Dusbx_test_USBX_142_DTR_callback.c25 #define UX_DEMO_BUFFER_SIZE (UX_SLAVE_REQUEST_DATA_MAX_LENGTH + 1) macro
124 static UCHAR buffer[UX_DEMO_BUFFER_SIZE];
Dusbx_ux_host_class_printer_basic_tests.c22 #define UX_DEMO_BUFFER_SIZE (UX_SLAVE_REQUEST_DATA_MAX_LENGTH + 1) macro
53 static UCHAR host_buffer[UX_DEMO_BUFFER_SIZE * 8];
81 static UCHAR device_buffer[UX_DEMO_BUFFER_SIZE * 8];
Dusbx_class_printer_basic_tests.c22 #define UX_DEMO_BUFFER_SIZE (UX_SLAVE_REQUEST_DATA_MAX_LENGTH + 1) macro
53 static UCHAR host_buffer[UX_DEMO_BUFFER_SIZE * 8];
81 static UCHAR device_buffer[UX_DEMO_BUFFER_SIZE * 8];
Dusbx_ux_host_stack_class_instance_get_test.c17 #define UX_DEMO_BUFFER_SIZE 2048 macro
Dusbx_ux_host_stack_interfaces_scan_test.c20 #define UX_DEMO_BUFFER_SIZE 2048 macro

123456