| /USBX-v6.2.1/test/regression/ |
| D | usbx_ux_device_class_cdc_acm_bulkout_thread_test.c | 25 #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()
|
| D | usbx_ux_host_class_hid_descriptor_parse_coverage_test.c | 13 #define UX_DEMO_BUFFER_SIZE 2048 macro
|
| D | usbx_cdc_acm_basic_test.c | 28 #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 …]
|
| D | usbx_cdc_acm_device_dtr_rts_reset_on_disconnect_test.c | 20 #define UX_DEMO_BUFFER_SIZE 2048 macro 56 static UCHAR buffer[UX_DEMO_BUFFER_SIZE];
|
| D | usbx_msrc_81572_standalone_host_printer_allocated_enum_free_test.c | 22 #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];
|
| D | usbx_ux_host_class_cdc_acm_write_test.c | 25 #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];
|
| D | usbx_test_common_storage.h | 19 #define UX_DEMO_BUFFER_SIZE 2048 macro
|
| D | usbx_ux_device_class_cdc_acm_activate_test.c | 25 #define UX_DEMO_BUFFER_SIZE (UX_SLAVE_REQUEST_DATA_MAX_LENGTH + 1) macro 98 static UCHAR buffer[UX_DEMO_BUFFER_SIZE];
|
| D | usbx_ux_device_class_cdc_acm_deactivate_test.c | 25 #define UX_DEMO_BUFFER_SIZE (UX_SLAVE_REQUEST_DATA_MAX_LENGTH + 1) macro 98 static UCHAR buffer[UX_DEMO_BUFFER_SIZE];
|
| D | usbx_ux_device_stack_vendor_request_test.c | 23 #define UX_DEMO_BUFFER_SIZE (UX_SLAVE_REQUEST_DATA_MAX_LENGTH + 1) macro 52 static UCHAR buffer[UX_DEMO_BUFFER_SIZE];
|
| D | usbx_msrc_66679_test.c | 23 #define UX_DEMO_BUFFER_SIZE (UX_SLAVE_REQUEST_DATA_MAX_LENGTH + 1) macro 52 static UCHAR buffer[UX_DEMO_BUFFER_SIZE];
|
| D | usbx_ux_host_class_cdc_acm_read_test.c | 25 #define UX_DEMO_BUFFER_SIZE (UX_SLAVE_REQUEST_DATA_MAX_LENGTH + 1) macro 96 static UCHAR buffer[UX_DEMO_BUFFER_SIZE];
|
| D | usbx_ux_device_class_cdc_acm_write_test.c | 25 #define UX_DEMO_BUFFER_SIZE (UX_SLAVE_REQUEST_DATA_MAX_LENGTH + 1) macro 96 static UCHAR buffer[UX_DEMO_BUFFER_SIZE];
|
| D | usbx_ux_host_stack_endpoint_reset_test.c | 26 #define UX_DEMO_BUFFER_SIZE (UX_SLAVE_REQUEST_DATA_MAX_LENGTH + 1) macro 125 static UCHAR buffer[UX_DEMO_BUFFER_SIZE];
|
| D | usbx_ux_host_class_cdc_acm_transfer_request_completed_test.c | 25 #define UX_DEMO_BUFFER_SIZE (UX_SLAVE_REQUEST_DATA_MAX_LENGTH + 1) macro 98 static UCHAR buffer[UX_DEMO_BUFFER_SIZE];
|
| D | usbx_class_printer_device_standalone_basic_tests.c | 22 #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];
|
| D | usbx_ux_host_class_storage_request_sense_test.c | 23 #define UX_DEMO_BUFFER_SIZE 2048 macro 47 static UCHAR buffer[UX_DEMO_BUFFER_SIZE];
|
| D | usbx_ux_host_stack_class_instance_verify_test.c | 26 #define UX_DEMO_BUFFER_SIZE (UX_SLAVE_REQUEST_DATA_MAX_LENGTH + 1) macro 125 static UCHAR buffer[UX_DEMO_BUFFER_SIZE];
|
| D | usbx_ux_host_class_storage_media_capacity_get_test.c | 23 #define UX_DEMO_BUFFER_SIZE 2048 macro 47 static UCHAR buffer[UX_DEMO_BUFFER_SIZE];
|
| D | usbx_msrc_73386_host_storage_media_open_buffer_test.c | 23 #define UX_DEMO_BUFFER_SIZE 2048 macro 51 static UCHAR buffer[UX_DEMO_BUFFER_SIZE];
|
| D | usbx_test_USBX_142_DTR_callback.c | 25 #define UX_DEMO_BUFFER_SIZE (UX_SLAVE_REQUEST_DATA_MAX_LENGTH + 1) macro 124 static UCHAR buffer[UX_DEMO_BUFFER_SIZE];
|
| D | usbx_ux_host_class_printer_basic_tests.c | 22 #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];
|
| D | usbx_class_printer_basic_tests.c | 22 #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];
|
| D | usbx_ux_host_stack_class_instance_get_test.c | 17 #define UX_DEMO_BUFFER_SIZE 2048 macro
|
| D | usbx_ux_host_stack_interfaces_scan_test.c | 20 #define UX_DEMO_BUFFER_SIZE 2048 macro
|