Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ehci_periodic_descriptor_link.c103 UX_EHCI_PERIODIC_LINK_POINTER next_physical_lp; in _ux_hcd_ehci_periodic_descriptor_link() local
110 next_physical_lp.void_ptr = next_desc; in _ux_hcd_ehci_periodic_descriptor_link()
117 link_virtual_lp.itd_ptr -> ux_ehci_hsiso_td_next_lp = next_physical_lp; in _ux_hcd_ehci_periodic_descriptor_link()
124 link_physical_lp = next_physical_lp; in _ux_hcd_ehci_periodic_descriptor_link()
131 if ((next_physical_lp.value & (UX_EHCI_LINK_ADDRESS_MASK | UX_EHCI_T)) != UX_EHCI_T) in _ux_hcd_ehci_periodic_descriptor_link()
135 virtual_lp.value = next_physical_lp.value & UX_EHCI_LINK_ADDRESS_MASK; in _ux_hcd_ehci_periodic_descriptor_link()
139 switch(next_physical_lp.value & UX_EHCI_TYP_MASK) in _ux_hcd_ehci_periodic_descriptor_link()