Home
last modified time | relevance | path

Searched refs:UX_OHCI_TD_DATA_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 …> ux_ohci_td_status & UX_OHCI_TD_SETUP_PHASE) || (td -> ux_ohci_td_status & UX_OHCI_TD_DATA_PHASE)) in _ux_hcd_ohci_done_queue_process()
185 …> ux_ohci_td_status & UX_OHCI_TD_SETUP_PHASE) || (td -> ux_ohci_td_status & UX_OHCI_TD_DATA_PHASE)) in _ux_hcd_ohci_done_queue_process()
Dux_hcd_ohci_request_control_transfer.c171 data_td -> ux_ohci_td_status |= UX_OHCI_TD_DATA_PHASE; in _ux_hcd_ohci_request_control_transfer()
/USBX-v6.2.1/common/usbx_host_controllers/inc/
Dux_hcd_ohci.h341 #define UX_OHCI_TD_DATA_PHASE 0x00020000u macro