Home
last modified time | relevance | path

Searched refs:UX_INTERRUPT_ENDPOINT (Results 1 – 25 of 25) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_interrupt_endpoint_search.c100 …endpoint -> ux_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) == UX_INTERRUPT_ENDPOINT)) in _ux_host_class_hid_interrupt_endpoint_search()
146 …endpoint -> ux_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) == UX_INTERRUPT_ENDPOINT)) in _ux_host_class_hid_interrupt_endpoint_search()
Dux_host_class_hub_interrupt_endpoint_start.c100 …endpoint -> ux_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) == UX_INTERRUPT_ENDPOINT)) in _ux_host_class_hub_interrupt_endpoint_start()
Dux_host_class_cdc_acm_endpoints_get.c180 …endpoint -> ux_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) == UX_INTERRUPT_ENDPOINT)) in _ux_host_class_cdc_acm_endpoints_get()
Dux_host_class_pima_endpoints_get.c183 …endpoint -> ux_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) == UX_INTERRUPT_ENDPOINT)) in _ux_host_class_pima_endpoints_get()
Dux_host_class_prolific_endpoints_get.c185 …endpoint -> ux_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) == UX_INTERRUPT_ENDPOINT)) in _ux_host_class_prolific_endpoints_get()
Dux_host_class_storage_endpoints_get.c199 …endpoint -> ux_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) == UX_INTERRUPT_ENDPOINT)) in _ux_host_class_storage_endpoints_get()
Dux_host_class_asix_endpoints_get.c196 …endpoint -> ux_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) == UX_INTERRUPT_ENDPOINT)) in _ux_host_class_asix_endpoints_get()
Dux_host_class_cdc_ecm_endpoints_get.c238 …endpoint -> ux_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) == UX_INTERRUPT_ENDPOINT)) in _ux_host_class_cdc_ecm_endpoints_get()
Dux_host_class_audio_activate.c248 UX_INTERRUPT_ENDPOINT) && in _ux_host_class_audio_activate()
/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ohci_entry.c211 case UX_INTERRUPT_ENDPOINT: in _ux_hcd_ohci_entry()
237 case UX_INTERRUPT_ENDPOINT: in _ux_hcd_ohci_entry()
Dux_hcd_ehci_entry.c207 case UX_INTERRUPT_ENDPOINT: in _ux_hcd_ehci_entry()
229 case UX_INTERRUPT_ENDPOINT: in _ux_hcd_ehci_entry()
Dux_hcd_ehci_request_transfer.c110 case UX_INTERRUPT_ENDPOINT: in _ux_hcd_ehci_request_transfer()
Dux_hcd_ohci_request_transfer.c109 case UX_INTERRUPT_ENDPOINT: in _ux_hcd_ohci_request_transfer()
Dux_hcd_ohci_done_queue_process.c147 case UX_INTERRUPT_ENDPOINT: in _ux_hcd_ohci_done_queue_process()
/USBX-v6.2.1/common/core/src/
Dux_hcd_sim_host_entry.c221 case UX_INTERRUPT_ENDPOINT: in _ux_hcd_sim_host_entry()
248 case UX_INTERRUPT_ENDPOINT: in _ux_hcd_sim_host_entry()
Dux_hcd_sim_host_request_transfer.c113 case UX_INTERRUPT_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.c151 case UX_INTERRUPT_ENDPOINT: in _ux_hcd_sim_host_transfer_run()
/USBX-v6.2.1/common/usbx_device_classes/src/
Dux_device_class_ccid_activate.c112 if (endpoint_type == UX_INTERRUPT_ENDPOINT) in _ux_device_class_ccid_activate()
Dux_device_class_hid_activate.c128 UX_MASK_ENDPOINT_TYPE) == UX_INTERRUPT_ENDPOINT) in _ux_device_class_hid_activate()
Dux_device_class_rndis_activate.c144 …int -> ux_slave_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) == UX_INTERRUPT_ENDPOINT) in _ux_device_class_rndis_activate()
Dux_device_class_cdc_ecm_activate.c136 …int -> ux_slave_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) == UX_INTERRUPT_ENDPOINT) in _ux_device_class_cdc_ecm_activate()
/USBX-v6.2.1/test/regression/
Dusbx_ux_host_class_cdc_acm_transfer_request_completed_test.c538 …point->ux_slave_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) == UX_INTERRUPT_ENDPOINT) in tx_test_thread_host_simulation_entry()
Dusbx_storage_tests.c4173 …t_endpoint->ux_endpoint_next_endpoint->ux_endpoint_descriptor.bmAttributes = UX_INTERRUPT_ENDPOINT; in direct_calls_test()
/USBX-v6.2.1/common/core/inc/
Dux_api.h1186 #define UX_INTERRUPT_ENDPOINT 3u macro