Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_storage_tasks_run.c106 UINT _ux_host_class_storage_tasks_run(UX_HOST_CLASS *storage_class) in _ux_host_class_storage_tasks_run() argument
111 if (storage_class -> ux_host_class_status != UX_USED || in _ux_host_class_storage_tasks_run()
112 storage_class -> ux_host_class_entry_function != _ux_host_class_storage_entry) in _ux_host_class_storage_tasks_run()
116 storage = (UX_HOST_CLASS_STORAGE *)storage_class -> ux_host_class_first_instance; in _ux_host_class_storage_tasks_run()
/USBX-v6.2.1/common/usbx_device_classes/src/
Dux_device_class_storage_thread.c135 VOID _ux_device_class_storage_thread(ULONG storage_class) in _ux_device_class_storage_thread() argument
158 UX_THREAD_EXTENSION_PTR_GET(class_ptr, UX_SLAVE_CLASS, storage_class) in _ux_device_class_storage_thread()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_storage.h686 UINT _ux_host_class_storage_tasks_run(UX_HOST_CLASS *storage_class);
/USBX-v6.2.1/test/regression/
Dusbx_storage_tests.c2301 UX_SLAVE_CLASS *storage_class; in ux_test_device_class_storage_entry() local
2310 storage_class = command->ux_slave_class_command_class_ptr; in ux_test_device_class_storage_entry()
2329 storage_thread = &storage_class->ux_slave_class_thread; in ux_test_device_class_storage_entry()