Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ohci_interrupt_endpoint_create.c146 ed -> ux_ohci_ed_dw0 |= UX_OHCI_ED_LOW_SPEED; in _ux_hcd_ohci_interrupt_endpoint_create()
Dux_hcd_ohci_asynchronous_endpoint_create.c130 ed -> ux_ohci_ed_dw0 |= UX_OHCI_ED_LOW_SPEED; in _ux_hcd_ohci_asynchronous_endpoint_create()
Dux_hcd_ohci_request_control_transfer.c138 ed -> ux_ohci_ed_dw0 |= UX_OHCI_ED_LOW_SPEED; in _ux_hcd_ohci_request_control_transfer()
/USBX-v6.2.1/common/usbx_host_controllers/inc/
Dux_hcd_ohci.h297 #define UX_OHCI_ED_LOW_SPEED 0x00002000u macro