Home
last modified time | relevance | path

Searched refs:ux_host_class_storage_interrupt_endpoint (Results 1 – 5 of 5) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_storage_deactivate.c141 if (storage -> ux_host_class_storage_interrupt_endpoint != UX_NULL) in _ux_host_class_storage_deactivate()
145 … _ux_host_stack_endpoint_transfer_abort(storage -> ux_host_class_storage_interrupt_endpoint); in _ux_host_class_storage_deactivate()
148 …if (storage -> ux_host_class_storage_interrupt_endpoint -> ux_endpoint_transfer_request.ux_transfe… in _ux_host_class_storage_deactivate()
149 …_ux_utility_memory_free(storage -> ux_host_class_storage_interrupt_endpoint -> ux_endpoint_transfe… in _ux_host_class_storage_deactivate()
Dux_host_class_storage_endpoints_get.c203 storage -> ux_host_class_storage_interrupt_endpoint = endpoint; in _ux_host_class_storage_endpoints_get()
225 if (storage -> ux_host_class_storage_interrupt_endpoint == UX_NULL) in _ux_host_class_storage_endpoints_get()
Dux_host_class_storage_transport_cbi.c191 …transfer_request = &storage -> ux_host_class_storage_interrupt_endpoint -> ux_endpoint_transfer_r… in _ux_host_class_storage_transport_cbi()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_storage.h476 UX_ENDPOINT *ux_host_class_storage_interrupt_endpoint; member
/USBX-v6.2.1/test/regression/
Dusbx_storage_direct_calls_test.c806 global_storage -> ux_host_class_storage_interrupt_endpoint = &interrupt_endpoint; in tx_demo_thread_host_simulation_entry()
845 global_storage -> ux_host_class_storage_interrupt_endpoint = UX_NULL; in tx_demo_thread_host_simulation_entry()