Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/core/src/
Dux_host_stack_hnp_polling_thread_entry.c96 UCHAR *otg_status; in _ux_host_stack_hnp_polling_thread_entry() local
169otg_status = _ux_utility_memory_allocate(UX_SAFE_ALIGN, UX_CACHE_SAFE_MEMORY, 16); in _ux_host_stack_hnp_polling_thread_entry()
172 if (otg_status == UX_NULL) in _ux_host_stack_hnp_polling_thread_entry()
185 … transfer_request -> ux_transfer_request_data_pointer = otg_status; in _ux_host_stack_hnp_polling_thread_entry()
200 if (*otg_status & UX_OTG_HOST_REQUEST_FLAG) in _ux_host_stack_hnp_polling_thread_entry()
211 _ux_utility_memory_free(otg_status); in _ux_host_stack_hnp_polling_thread_entry()