Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ehci_request_control_transfer.c169 pid = UX_EHCI_PID_IN; in _ux_hcd_ehci_request_control_transfer()
191 pid = UX_EHCI_PID_IN; in _ux_hcd_ehci_request_control_transfer()
Dux_hcd_ehci_request_interrupt_transfer.c104 pid = UX_EHCI_PID_IN; in _ux_hcd_ehci_request_interrupt_transfer()
Dux_hcd_ehci_request_bulk_transfer.c139 pid = UX_EHCI_PID_IN; 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.h537 #define UX_EHCI_PID_IN 0x00000100u macro