Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ehci_request_interrupt_transfer.c119 ed -> ux_ehci_ed_last_td -> ux_ehci_td_control |= UX_EHCI_TD_IOC; in _ux_hcd_ehci_request_interrupt_transfer()
Dux_hcd_ehci_request_bulk_transfer.c155 ed -> ux_ehci_ed_last_td -> ux_ehci_td_control |= UX_EHCI_TD_IOC; in _ux_hcd_ehci_request_bulk_transfer()
Dux_hcd_ehci_asynch_td_process.c167 if (td -> ux_ehci_td_control & UX_EHCI_TD_IOC) in _ux_hcd_ehci_asynch_td_process()
Dux_hcd_ehci_request_control_transfer.c205 ed -> ux_ehci_ed_last_td -> ux_ehci_td_control |= UX_EHCI_TD_IOC; in _ux_hcd_ehci_request_control_transfer()
/USBX-v6.2.1/common/usbx_host_controllers/inc/
Dux_hcd_ehci.h524 #define UX_EHCI_TD_IOC 0x00008000u macro