Home
last modified time | relevance | path

Searched refs:UX_CONTROL_ENDPOINT (Results 1 – 18 of 18) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_device_stack_transfer_run.c130 …point -> ux_slave_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) != UX_CONTROL_ENDPOINT) in _ux_device_stack_transfer_run()
184 …point -> ux_slave_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) != UX_CONTROL_ENDPOINT) in _ux_device_stack_transfer_run()
Dux_hcd_sim_host_entry.c214 case UX_CONTROL_ENDPOINT: in _ux_hcd_sim_host_entry()
241 case UX_CONTROL_ENDPOINT: in _ux_hcd_sim_host_entry()
Dux_host_stack_endpoint_instance_delete.c109 case UX_CONTROL_ENDPOINT: in _ux_host_stack_endpoint_instance_delete()
Dux_hcd_sim_host_request_transfer.c102 case UX_CONTROL_ENDPOINT: in _ux_hcd_sim_host_request_transfer()
Dux_device_stack_endpoint_stall.c110 UX_CONTROL_ENDPOINT) in _ux_device_stack_endpoint_stall()
Dux_host_stack_endpoint_instance_create.c105 case UX_CONTROL_ENDPOINT: in _ux_host_stack_endpoint_instance_create()
Dux_hcd_sim_host_transfer_run.c140 case UX_CONTROL_ENDPOINT: in _ux_hcd_sim_host_transfer_run()
Dux_device_stack_transfer_request.c148 …point -> ux_slave_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) != UX_CONTROL_ENDPOINT) in _ux_device_stack_transfer_request()
Dux_host_stack_new_endpoint_create.c132 if (endpoint_type == UX_CONTROL_ENDPOINT || endpoint_type == UX_BULK_ENDPOINT) in _ux_host_stack_new_endpoint_create()
/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ohci_entry.c204 case UX_CONTROL_ENDPOINT: in _ux_hcd_ohci_entry()
231 case UX_CONTROL_ENDPOINT: in _ux_hcd_ohci_entry()
Dux_hcd_ehci_entry.c202 case UX_CONTROL_ENDPOINT: in _ux_hcd_ehci_entry()
224 case UX_CONTROL_ENDPOINT: in _ux_hcd_ehci_entry()
Dux_hcd_ehci_request_transfer.c98 case UX_CONTROL_ENDPOINT: in _ux_hcd_ehci_request_transfer()
Dux_hcd_ohci_request_transfer.c95 case UX_CONTROL_ENDPOINT: in _ux_hcd_ohci_request_transfer()
Dux_hcd_ohci_asynchronous_endpoint_destroy.c128 case UX_CONTROL_ENDPOINT: in _ux_hcd_ohci_asynchronous_endpoint_destroy()
Dux_hcd_ehci_asynchronous_endpoint_create.c115 …((endpoint -> ux_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) == UX_CONTROL_ENDPOINT)) in _ux_hcd_ehci_asynchronous_endpoint_create()
Dux_hcd_ohci_asynchronous_endpoint_create.c140 case UX_CONTROL_ENDPOINT: in _ux_hcd_ohci_asynchronous_endpoint_create()
Dux_hcd_ohci_done_queue_process.c145 case UX_CONTROL_ENDPOINT: in _ux_hcd_ohci_done_queue_process()
/USBX-v6.2.1/common/core/inc/
Dux_api.h1183 #define UX_CONTROL_ENDPOINT 0u macro