Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ohci_ed_obtain.c78 ULONG ed_index; in _ux_hcd_ohci_ed_obtain() local
83 for (ed_index = 0; ed_index < _ux_system_host -> ux_system_host_max_ed; ed_index++) in _ux_hcd_ohci_ed_obtain()
Dux_hcd_ehci_ed_obtain.c78 ULONG ed_index; in _ux_hcd_ehci_ed_obtain() local
83 for (ed_index = 0; ed_index < _ux_system_host -> ux_system_host_max_ed; ed_index++) in _ux_hcd_ehci_ed_obtain()
/USBX-v6.2.1/common/core/src/
Dux_hcd_sim_host_ed_obtain.c77 ULONG ed_index; in _ux_hcd_sim_host_ed_obtain() local
82 for(ed_index = 0; ed_index < _ux_system_host -> ux_system_host_max_ed; ed_index++) in _ux_hcd_sim_host_ed_obtain()
Dux_dcd_sim_slave_endpoint_status.c84 ULONG ed_index = ed_addr & ~UX_ENDPOINT_DIRECTION; in _ux_dcd_sim_slave_endpoint_status() local
88 ((ed_dir) ? &dcd_sim_slave -> ux_dcd_sim_slave_ed_in[ed_index] : in _ux_dcd_sim_slave_endpoint_status()
89 &dcd_sim_slave -> ux_dcd_sim_slave_ed[ed_index])); in _ux_dcd_sim_slave_endpoint_status()