Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ehci_request_control_transfer.c172 pid = UX_EHCI_PID_OUT; in _ux_hcd_ehci_request_control_transfer()
189 pid = UX_EHCI_PID_OUT; in _ux_hcd_ehci_request_control_transfer()
Dux_hcd_ehci_request_interrupt_transfer.c106 pid = UX_EHCI_PID_OUT; in _ux_hcd_ehci_request_interrupt_transfer()
Dux_hcd_ehci_request_bulk_transfer.c141 pid = UX_EHCI_PID_OUT; in _ux_hcd_ehci_request_bulk_transfer()
Dux_hcd_ehci_asynch_td_process.c158 if ((pid == UX_EHCI_PID_OUT) || (pid == UX_EHCI_PID_IN)) in _ux_hcd_ehci_asynch_td_process()
/USBX-v6.2.1/common/usbx_host_controllers/inc/
Dux_hcd_ehci.h536 #define UX_EHCI_PID_OUT 0x00000000u macro