Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/core/src/
Dux_host_stack_transfer_run.c37 static inline UINT _ux_host_stack_transfer_locate(UX_TRANSFER *transfer, UX_TRANSFER **previous);
232 static inline UINT _ux_host_stack_transfer_locate(UX_TRANSFER *transfer, UX_TRANSFER **previous) in _ux_host_stack_transfer_locate() argument
250 if (previous) in _ux_host_stack_transfer_locate()
251 *previous = prev; in _ux_host_stack_transfer_locate()
263 UX_TRANSFER *previous; in _ux_host_stack_transfer_retire() local
266 switch(_ux_host_stack_transfer_locate(transfer, &previous)) in _ux_host_stack_transfer_retire()
277 previous -> ux_transfer_request_next_pending = in _ux_host_stack_transfer_retire()
/USBX-v6.2.1/test/regression/
Dux_test.c138 UX_TEST_ACTION *previous; in ux_test_remove_hook() local
145 previous = item; in ux_test_remove_hook()
159 previous->next = action->next; in ux_test_remove_hook()
/USBX-v6.2.1/
DREADME.md137 You can also check [previous questions](https://stackoverflow.com/questions/tagged/azure-rtos+usbx)…
/USBX-v6.2.1/docs/
Drevision_history.txt1880 … controller is used and has a previous setting in the PORT_SC register.
2259 … Check for the forward link of the QED and ensure it is not NUL before attaching the previous QED.