Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ehci_port_disable.c97 ehci_register_port_status &= ~EHCI_HC_PS_PE; in _ux_hcd_ehci_port_disable()
Dux_hcd_ehci_port_status_get.c190 if (ehci_register_port_status & EHCI_HC_PS_PE) in _ux_hcd_ehci_port_status_get()
Dux_hcd_ehci_port_reset.c219 if ((ehci_register_port_status & EHCI_HC_PS_PE) != 0) in _ux_hcd_ehci_port_reset()
/USBX-v6.2.1/common/usbx_host_controllers/inc/
Dux_hcd_ehci.h164 #define EHCI_HC_PS_PE 0x00000004u macro