Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/core/src/
Dux_host_stack_initialize.c301 …_ux_system_host -> ux_system_host_hnp_polling_thread_stack = _ux_utility_memory_allocate(UX_NO_AL… in _ux_host_stack_initialize()
305 if (_ux_system_host -> ux_system_host_hnp_polling_thread_stack == UX_NULL) in _ux_host_stack_initialize()
313 0, _ux_system_host -> ux_system_host_hnp_polling_thread_stack, in _ux_host_stack_initialize()
332 if (_ux_system_host -> ux_system_host_hnp_polling_thread_stack) in _ux_host_stack_initialize()
333 _ux_utility_memory_free(_ux_system_host -> ux_system_host_hnp_polling_thread_stack); in _ux_host_stack_initialize()
Dux_host_stack_uninitialize.c114 _ux_utility_memory_free(_ux_system_host -> ux_system_host_hnp_polling_thread_stack); in _ux_host_stack_uninitialize()
/USBX-v6.2.1/test/regression/
Dusbx_ux_host_device_initialize_tests.c672 if (_ux_system_host->ux_system_host_hnp_polling_thread_stack)
673 ux_utility_memory_free(_ux_system_host->ux_system_host_hnp_polling_thread_stack);
/USBX-v6.2.1/common/core/inc/
Dux_api.h2598 UCHAR *ux_system_host_hnp_polling_thread_stack; member