Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ehci_controller_disable.c89 ehci_register = EHCI_HC_IO_HCRESET; in _ux_hcd_ehci_controller_disable()
Dux_hcd_ehci_initialize.c276 ehci_register |= EHCI_HC_IO_HCRESET; in _ux_hcd_ehci_initialize()
280 while (ehci_register & EHCI_HC_IO_HCRESET) in _ux_hcd_ehci_initialize()
/USBX-v6.2.1/common/usbx_host_controllers/inc/
Dux_hcd_ehci.h117 #define EHCI_HC_IO_HCRESET 0x00000002u macro