Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ohci_done_queue_process.c159 …if ((td -> ux_ohci_td_status & UX_OHCI_TD_SETUP_PHASE) || (td -> ux_ohci_td_status & UX_OHCI_TD_DA… in _ux_hcd_ohci_done_queue_process()
185 …if ((td -> ux_ohci_td_status & UX_OHCI_TD_SETUP_PHASE) || (td -> ux_ohci_td_status & UX_OHCI_TD_DA… in _ux_hcd_ohci_done_queue_process()
Dux_hcd_ohci_request_control_transfer.c151 setup_td -> ux_ohci_td_status |= UX_OHCI_TD_SETUP_PHASE; in _ux_hcd_ohci_request_control_transfer()
/USBX-v6.2.1/common/usbx_host_controllers/inc/
Dux_hcd_ohci.h340 #define UX_OHCI_TD_SETUP_PHASE 0x00010000u macro