Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ehci_request_transfer_add.c123 td -> ux_ehci_td_control |= UX_EHCI_TD_CERR | UX_EHCI_TD_ACTIVE; in _ux_hcd_ehci_request_transfer_add()
Dux_hcd_ehci_asynch_td_process.c93 if (td -> ux_ehci_td_control & UX_EHCI_TD_ACTIVE) in _ux_hcd_ehci_asynch_td_process()
/USBX-v6.2.1/common/usbx_host_controllers/inc/
Dux_hcd_ehci.h534 #define UX_EHCI_TD_ACTIVE 0x80u macro