Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_ux_host_class_storage_entry_test.c596 UX_HOST_CLASS_STORAGE_EXT *storage_ext0, *storage_ext1; in tx_demo_thread_host_simulation_entry() local
708storage_ext1=_ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY, sizeof(UX_HOST_CLASS_STOR… in tx_demo_thread_host_simulation_entry()
709 _ux_utility_thread_create(&storage_ext1->ux_host_class_thread, in tx_demo_thread_host_simulation_entry()
714 UX_THREAD_EXTENSION_PTR_SET(&storage_ext1->ux_host_class_thread, class) in tx_demo_thread_host_simulation_entry()
723 _ux_utility_thread_delete(&storage_ext1->ux_host_class_thread); in tx_demo_thread_host_simulation_entry()
724 _ux_utility_memory_free(storage_ext1); in tx_demo_thread_host_simulation_entry()