Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ohci_port_reset.c119 (UX_OHCI_PRSC_EVENT), UX_OR_CLEAR, &actual_flags, in _ux_hcd_ohci_port_reset()
121 if ((status != UX_NO_EVENTS) && (actual_flags & UX_OHCI_PRSC_EVENT)) { in _ux_hcd_ohci_port_reset()
Dux_hcd_ohci_interrupt_handler.c171 … _ux_host_event_flags_set(&hcd_ohci -> ux_hcd_ohci_event_flags_group, UX_OHCI_PRSC_EVENT, UX_OR); in _ux_hcd_ohci_interrupt_handler()
/USBX-v6.2.1/common/usbx_host_controllers/inc/
Dux_hcd_ohci.h230 #define UX_OHCI_PRSC_EVENT 0x1u macro