Home
last modified time | relevance | path

Searched refs:UX_DEMO_MEMORY_SIZE (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/USBX-v6.2.1/test/regression/
Dusbx_ux_host_class_hid_descriptor_parse_coverage_test.c12 #define UX_DEMO_MEMORY_SIZE (256*1024) macro
20 UCHAR usbx_memory[UX_DEMO_MEMORY_SIZE + (UX_DEMO_STACK_SIZE * 2)];
43 status = ux_system_initialize(memory_pointer, UX_DEMO_MEMORY_SIZE, UX_NULL,0); in test_application_define()
Dusbx_ux_host_device_initialize_tests.c99 #define UX_DEMO_MEMORY_SIZE (128 * 1024) macro
116 static UCHAR usbx_memory[UX_DEMO_MEMORY_SIZE + (UX_DEMO_STACK_SIZE * …
746 status = ux_system_initialize(memory_pointer, UX_DEMO_MEMORY_SIZE, UX_NULL,0); in test_application_define()
756 …system_initialize(memory_pointer, UX_DEMO_MEMORY_SIZE / 2, memory_pointer + UX_DEMO_MEMORY_SIZE/ 2… in test_application_define()
772 status = ux_system_initialize(memory_pointer, UX_DEMO_MEMORY_SIZE, UX_NULL, 0); in test_application_define()
807 status = ux_system_initialize(memory_pointer, UX_DEMO_MEMORY_SIZE, UX_NULL, 0); in test_application_define()
838 status = ux_system_initialize(memory_pointer, UX_DEMO_MEMORY_SIZE, UX_NULL, 0); in test_application_define()
869 status = ux_system_initialize(memory_pointer, UX_DEMO_MEMORY_SIZE, UX_NULL, 0); in test_application_define()
892 status = ux_system_initialize(memory_pointer, UX_DEMO_MEMORY_SIZE, UX_NULL, 0); in test_application_define()
1178 status = ux_system_initialize(memory_pointer, UX_DEMO_MEMORY_SIZE, UX_NULL, 0); in test_application_define()
Dusbx_test_common_hid.h23 #define UX_DEMO_MEMORY_SIZE (96*1024) macro
39 static UCHAR usbx_memory[UX_DEMO_MEMORY_SIZE + (UX_DEMO_STACK_SIZE * …
Dusbx_test_common_storage.h23 #define UX_DEMO_MEMORY_SIZE (256 * 1024) macro
44 static UCHAR usbx_memory[UX_DEMO_MEMORY_SIZE + (UX_DEMO_STACK_SIZE * …
Dusbx_cdc_acm_device_dtr_rts_reset_on_disconnect_test.c25 #define UX_DEMO_MEMORY_SIZE (64*1024) macro
43 static UCHAR usbx_memory[UX_DEMO_MEMORY_SIZE + (UX_DEMO_STACK_SIZE * …
394 status = ux_system_initialize(memory_pointer, UX_DEMO_MEMORY_SIZE, UX_NULL,0); in test_application_define()
Dusbx_hid_keyboard_basic_test.c22 #define UX_DEMO_MEMORY_SIZE (64*1024) macro
34 static UCHAR usbx_memory[UX_DEMO_MEMORY_SIZE + (UX_DEMO_STACK_SIZE * …
248 status = ux_system_initialize(memory_pointer, UX_DEMO_MEMORY_SIZE, UX_NULL,0); in test_application_define()
Dusbx_hid_keyboard_key_get_test.c20 #define UX_DEMO_MEMORY_SIZE (64*1024) macro
32 static UCHAR usbx_memory[UX_DEMO_MEMORY_SIZE + (UX_DEMO_STACK_SIZE * …
237 status = ux_system_initialize(memory_pointer, UX_DEMO_MEMORY_SIZE, UX_NULL,0); in test_application_define()
Dusbx_ux_host_class_cdc_acm_activate_test.c30 #define UX_DEMO_MEMORY_SIZE (64*1024) macro
79 static UCHAR usbx_memory[UX_DEMO_MEMORY_SIZE + (UX_DEMO_STACK_SIZE * …
334 status = ux_system_initialize(memory_pointer, UX_DEMO_MEMORY_SIZE, UX_NULL, 0); in test_application_define()
Dusbx_ux_host_class_cdc_acm_endpoints_get_test.c30 #define UX_DEMO_MEMORY_SIZE (64*1024) macro
101 static UCHAR usbx_memory[UX_DEMO_MEMORY_SIZE + (UX_DEMO_STACK_SIZE * …
359 status = ux_system_initialize(memory_pointer, UX_DEMO_MEMORY_SIZE, UX_NULL, 0); in test_application_define()
Dusbx_ux_utility_basic_memory_management_test.c11 #define UX_DEMO_MEMORY_SIZE (256*1024) macro
14 UCHAR usbx_memory[UX_DEMO_MEMORY_SIZE + (UX_DEMO_STACK_SIZE * 2)];
44 status = ux_system_initialize(memory_pointer, UX_DEMO_MEMORY_SIZE, UX_NULL,0); in test_application_define()
Dusbx_ux_device_class_cdc_acm_activate_test.c30 #define UX_DEMO_MEMORY_SIZE (64*1024) macro
82 static UCHAR usbx_memory[UX_DEMO_MEMORY_SIZE + (UX_DEMO_STACK_SIZE * …
371 status = ux_system_initialize(memory_pointer, UX_DEMO_MEMORY_SIZE, UX_NULL, 0); in test_application_define()
Dusbx_ux_device_class_cdc_acm_deactivate_test.c30 #define UX_DEMO_MEMORY_SIZE (64*1024) macro
82 static UCHAR usbx_memory[UX_DEMO_MEMORY_SIZE + (UX_DEMO_STACK_SIZE * …
374 status = ux_system_initialize(memory_pointer, UX_DEMO_MEMORY_SIZE, UX_NULL, 0); in test_application_define()
Dusbx_ux_host_stack_class_instance_get_test.c19 #define UX_DEMO_MEMORY_SIZE (64*1024) macro
212 status = ux_system_initialize(memory_pointer, UX_DEMO_MEMORY_SIZE, UX_NULL, 0); in test_application_define()
Dusbx_ux_host_stack_interfaces_scan_test.c22 #define UX_DEMO_MEMORY_SIZE (64*1024) macro
218 status = ux_system_initialize(memory_pointer, UX_DEMO_MEMORY_SIZE, UX_NULL, 0); in test_application_define()
Dusbx_msrc_81489_81570_host_cdc_acm_standalone_ac_search_test.c21 #define UX_DEMO_MEMORY_SIZE (64*1024) macro
35 static UCHAR usbx_memory[UX_DEMO_MEMORY_SIZE + (UX_DEMO_STACK_SIZE * …
454 status = ux_system_initialize(memory_pointer, UX_DEMO_MEMORY_SIZE, UX_NULL,0); in test_application_define()
Dusbx_msrc_81691_standalone_host_stack_enum_double_free_test.c27 #define UX_DEMO_MEMORY_SIZE (64*1024) macro
43 static UCHAR usbx_memory[UX_DEMO_MEMORY_SIZE + (UX_DEMO_STACK_SIZE * 4)];
334 status = ux_system_initialize(memory_pointer, UX_DEMO_MEMORY_SIZE, UX_NULL,0); in test_application_define()
Dusbx_ux_host_class_cdc_acm_capabilities_get_test.c30 #define UX_DEMO_MEMORY_SIZE (64*1024) macro
79 static UCHAR usbx_memory[UX_DEMO_MEMORY_SIZE + (UX_DEMO_STACK_SIZE * …
349 status = ux_system_initialize(memory_pointer, UX_DEMO_MEMORY_SIZE, UX_NULL, 0); in test_application_define()
Dusbx_ux_device_stack_vendor_request_test.c28 #define UX_DEMO_MEMORY_SIZE (96*1024) macro
46 static UCHAR usbx_memory[UX_DEMO_MEMORY_SIZE + (UX_DEMO_STACK_SIZE * …
708 status = ux_system_initialize(memory_pointer, UX_DEMO_MEMORY_SIZE, UX_NULL,0); in test_application_define()
Dusbx_ux_host_class_cdc_acm_deactivate_test.c30 #define UX_DEMO_MEMORY_SIZE (64*1024) macro
79 static UCHAR usbx_memory[UX_DEMO_MEMORY_SIZE + (UX_DEMO_STACK_SIZE * …
348 status = ux_system_initialize(memory_pointer, UX_DEMO_MEMORY_SIZE, UX_NULL, 0); in test_application_define()
Dusbx_msrc_66679_test.c28 #define UX_DEMO_MEMORY_SIZE (96*1024) macro
46 static UCHAR usbx_memory[UX_DEMO_MEMORY_SIZE + (UX_DEMO_STACK_SIZE * …
707 status = ux_system_initialize(memory_pointer, UX_DEMO_MEMORY_SIZE, UX_NULL,0); in test_application_define()
Dusbx_test_USBX_141_keyboard_layout.c47 #define UX_DEMO_MEMORY_SIZE (64*1024) macro
59 static UCHAR usbx_memory[UX_DEMO_MEMORY_SIZE + (UX_DEMO_STACK_SIZE * …
279 status = ux_system_initialize(memory_pointer, UX_DEMO_MEMORY_SIZE, UX_NULL,0); in test_application_define()
Dusbx_msrc_81231_host_prolific_inst_free_tests.c25 #define UX_DEMO_MEMORY_SIZE (64*1024) macro
41 static UCHAR usbx_memory[UX_DEMO_MEMORY_SIZE + (UX_DEMO_STACK_SIZE * 4)];
337 status = ux_system_initialize(memory_pointer, UX_DEMO_MEMORY_SIZE, UX_NULL,0); in test_application_define()
Dusbx_msrc_81232_host_gser_inst_free_tests.c25 #define UX_DEMO_MEMORY_SIZE (64*1024) macro
41 static UCHAR usbx_memory[UX_DEMO_MEMORY_SIZE + (UX_DEMO_STACK_SIZE * 4)];
329 status = ux_system_initialize(memory_pointer, UX_DEMO_MEMORY_SIZE, UX_NULL,0); in test_application_define()
Dusbx_msrc_81233_host_swar_inst_free_tests.c25 #define UX_DEMO_MEMORY_SIZE (64*1024) macro
41 static UCHAR usbx_memory[UX_DEMO_MEMORY_SIZE + (UX_DEMO_STACK_SIZE * 4)];
323 status = ux_system_initialize(memory_pointer, UX_DEMO_MEMORY_SIZE, UX_NULL,0); in test_application_define()
/USBX-v6.2.1/samples/
Ddemo_usbx.c13 #define UX_DEMO_MEMORY_SIZE (28*1024) macro
25 ULONG ux_demo_memory_buffer[(UX_DEMO_MEMORY_SIZE + UX_DEMO_STACK_SIZE * 2…
173 status = ux_system_initialize(memory_pointer, UX_DEMO_MEMORY_SIZE, UX_NULL, 0); in tx_application_define()

12345678910>>...13