Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ehci_endpoint_reset.c86 ed_value &= ~UX_EHCI_QH_TOGGLE; in _ux_hcd_ehci_endpoint_reset()
Dux_hcd_ehci_request_interrupt_transfer.c95 ed -> ux_ehci_ed_state &= UX_EHCI_QH_TOGGLE; in _ux_hcd_ehci_request_interrupt_transfer()
Dux_hcd_ehci_request_bulk_transfer.c100 ed -> ux_ehci_ed_state &= UX_EHCI_QH_TOGGLE; in _ux_hcd_ehci_request_bulk_transfer()
Dux_hcd_ehci_request_control_transfer.c145 ed -> ux_ehci_ed_state &= UX_EHCI_QH_TOGGLE; in _ux_hcd_ehci_request_control_transfer()
/USBX-v6.2.1/common/usbx_host_controllers/inc/
Dux_hcd_ehci.h484 #define UX_EHCI_QH_TOGGLE 0x80000000u macro