Home
last modified time | relevance | path

Searched refs:UX_ISOCHRONOUS_ENDPOINT (Results 1 – 17 of 17) sorted by relevance

/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ohci_entry.c217 case UX_ISOCHRONOUS_ENDPOINT: in _ux_hcd_ohci_entry()
238 case UX_ISOCHRONOUS_ENDPOINT: in _ux_hcd_ohci_entry()
Dux_hcd_ehci_entry.c211 case UX_ISOCHRONOUS_ENDPOINT: in _ux_hcd_ehci_entry()
233 case UX_ISOCHRONOUS_ENDPOINT: in _ux_hcd_ehci_entry()
Dux_hcd_ehci_request_transfer.c116 case UX_ISOCHRONOUS_ENDPOINT: in _ux_hcd_ehci_request_transfer()
Dux_hcd_ohci_request_transfer.c116 case UX_ISOCHRONOUS_ENDPOINT: in _ux_hcd_ohci_request_transfer()
Dux_hcd_ehci_transfer_abort.c125 …ndpoint -> ux_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) == UX_ISOCHRONOUS_ENDPOINT) in _ux_hcd_ehci_transfer_abort()
Dux_hcd_ohci_done_queue_process.c258 case UX_ISOCHRONOUS_ENDPOINT: in _ux_hcd_ohci_done_queue_process()
/USBX-v6.2.1/common/core/src/
Dux_hcd_sim_host_entry.c227 case UX_ISOCHRONOUS_ENDPOINT: in _ux_hcd_sim_host_entry()
249 case UX_ISOCHRONOUS_ENDPOINT: in _ux_hcd_sim_host_entry()
Dux_hcd_sim_host_request_transfer.c118 case UX_ISOCHRONOUS_ENDPOINT: in _ux_hcd_sim_host_request_transfer()
Dux_host_stack_endpoint_instance_create.c138 if ((endpoint_type == UX_INTERRUPT_ENDPOINT) || (endpoint_type == UX_ISOCHRONOUS_ENDPOINT)) in _ux_host_stack_endpoint_instance_create()
Dux_hcd_sim_host_transfer_run.c156 case UX_ISOCHRONOUS_ENDPOINT: in _ux_hcd_sim_host_transfer_run()
Dux_host_stack_new_endpoint_create.c174 if ((endpoint_type == UX_ISOCHRONOUS_ENDPOINT) || in _ux_host_stack_new_endpoint_create()
/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_video_endpoints_get.c94 …dpoint -> ux_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) == UX_ISOCHRONOUS_ENDPOINT)) in _ux_host_class_video_endpoints_get()
Dux_host_class_audio_endpoints_get.c106 …ndpoint -> ux_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) == UX_ISOCHRONOUS_ENDPOINT) in _ux_host_class_audio_endpoints_get()
Dux_host_class_video_channel_start.c249 …ndpoint -> ux_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) == UX_ISOCHRONOUS_ENDPOINT) in _ux_host_class_video_channel_start()
/USBX-v6.2.1/common/usbx_device_classes/src/
Dux_device_class_video_change.c135 …t -> ux_slave_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) == UX_ISOCHRONOUS_ENDPOINT) in _ux_device_class_video_change()
Dux_device_class_audio_change.c166 UX_DEVICE_CLASS_AUDIO_EP_TRANSFER_TYPE_MASK) == UX_ISOCHRONOUS_ENDPOINT) in _ux_device_class_audio_change()
/USBX-v6.2.1/common/core/inc/
Dux_api.h1184 #define UX_ISOCHRONOUS_ENDPOINT 1u macro