Home
last modified time | relevance | path

Searched refs:ux_memory_byte_pool (Results 1 – 10 of 10) sorted by relevance

/USBX-v6.2.1/test/regression/
Dux_test_utility_sim_no_overriding.c21 .ux_memory_byte_pool = UX_NULL,
140 if ((ULONG)memory_block->ux_memory_byte_pool == UX_BYTE_BLOCK_FREE) in allocate_everything()
240 if ((ULONG)next_memory_block->ux_memory_byte_pool == UX_BYTE_BLOCK_FREE) in ux_test_utility_sim_mem_allocate_until_align_flagged()
242 next_memory_block->ux_memory_byte_pool = pool_ptr; in ux_test_utility_sim_mem_allocate_until_align_flagged()
Dusbx_ux_host_class_hid_remote_control_activate_test2.c314 dummy_memory_block_first -> ux_memory_byte_pool = UX_NULL; in tx_demo_thread_host_simulation_entry()
340 dummy_memory_block_first -> ux_memory_byte_pool = UX_NULL; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_report_add_test.c333 dummy_memory_block_first -> ux_memory_byte_pool = UX_NULL; in tx_demo_thread_host_simulation_entry()
380 dummy_memory_block_first -> ux_memory_byte_pool = UX_NULL; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_client_register_test2.c305 dummy_memory_block_first -> ux_memory_byte_pool = UX_NULL; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_report_descriptor_get_test4.c318 dummy_memory_block_first -> ux_memory_byte_pool = UX_NULL; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_interrupt_endpoint_search_test.c302 dummy_memory_block_first -> ux_memory_byte_pool = UX_NULL; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_idle_get_test.c369 dummy_memory_block_first -> ux_memory_byte_pool = UX_NULL; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_report_set_test.c451 dummy_memory_block_first -> ux_memory_byte_pool = UX_NULL; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_keyboard_activate_test.c570 dummy_memory_block_first -> ux_memory_byte_pool = UX_NULL; in tx_demo_thread_host_simulation_entry()
Dux_test.h388 UX_MEMORY_BYTE_POOL *ux_memory_byte_pool; member