Home
last modified time | relevance | path

Searched refs:UX_EHCI_CMASK_0 (Results 1 – 4 of 4) sorted by relevance

/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ehci_isochronous_endpoint_create.c464 mask = (UX_EHCI_CMASK_0 << split_count) - UX_EHCI_CMASK_0; in _ux_hcd_ehci_isochronous_endpoint_create()
479 if (mask & UX_EHCI_CMASK_0) in _ux_hcd_ehci_isochronous_endpoint_create()
481 mask &= ~UX_EHCI_CMASK_0; in _ux_hcd_ehci_isochronous_endpoint_create()
493 if ((mask & (UX_EHCI_CMASK_0 << i)) == 0) in _ux_hcd_ehci_isochronous_endpoint_create()
Dux_hcd_ehci_interrupt_endpoint_destroy.c185 (ed -> ux_ehci_ed_cap1 & (UX_EHCI_CMASK_0 << frindex))) in _ux_hcd_ehci_interrupt_endpoint_destroy()
Dux_hcd_ehci_isochronous_endpoint_destroy.c250 if (ed_td.sitd_ptr -> ux_ehci_fsiso_td_cap1 & (UX_EHCI_CMASK_0 << frindex)) in _ux_hcd_ehci_isochronous_endpoint_destroy()
/USBX-v6.2.1/common/usbx_host_controllers/inc/
Dux_hcd_ehci.h257 #define UX_EHCI_CMASK_0 (0x01u<<8) macro
725 #define UX_EHCI_FSISO_UFRAME_CMASK_0 UX_EHCI_CMASK_0