Home
last modified time | relevance | path

Searched refs:UX_HOST_CLASS_STORAGE_CBW_DATA_LENGTH (Results 1 – 7 of 7) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_storage_cbw_initialize.c99 _ux_utility_long_put(cbw + UX_HOST_CLASS_STORAGE_CBW_DATA_LENGTH, data_transfer_length); in _ux_host_class_storage_cbw_initialize()
Dux_host_class_storage_transport_bo.c169 … data_phase_requested_length = _ux_utility_long_get(cbw + UX_HOST_CLASS_STORAGE_CBW_DATA_LENGTH); in _ux_host_class_storage_transport_bo()
368 …ss_storage_data_phase_length = _ux_utility_long_get(cbw + UX_HOST_CLASS_STORAGE_CBW_DATA_LENGTH) - in _ux_host_class_storage_transport_bo()
Dux_host_class_storage_transport_cb.c129 … data_phase_requested_length = _ux_utility_long_get(cbw + UX_HOST_CLASS_STORAGE_CBW_DATA_LENGTH); in _ux_host_class_storage_transport_cb()
Dux_host_class_storage_transport_cbi.c131 data_phase_requested_length = _ux_utility_long_get(cbw+UX_HOST_CLASS_STORAGE_CBW_DATA_LENGTH); in _ux_host_class_storage_transport_cbi()
Dux_host_class_storage_transport_run.c312 ULONG len = _ux_utility_long_get(cbw + UX_HOST_CLASS_STORAGE_CBW_DATA_LENGTH); in _ux_host_class_storage_transport_trans_next()
427 requested_length = _ux_utility_long_get(cbw + UX_HOST_CLASS_STORAGE_CBW_DATA_LENGTH); in _ux_host_class_storage_transport_trans_in_next()
477 requested_length = _ux_utility_long_get(cbw + UX_HOST_CLASS_STORAGE_CBW_DATA_LENGTH); in _ux_host_class_storage_transport_trans_out_next()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_storage.h247 #define UX_HOST_CLASS_STORAGE_CBW_DATA_LENGTH 8 macro
/USBX-v6.2.1/test/regression/
Dusbx_storage_direct_calls_test.c965 …ty_long_put(global_storage -> ux_host_class_storage_cbw + UX_HOST_CLASS_STORAGE_CBW_DATA_LENGTH, 1… in tx_demo_thread_host_simulation_entry()
1017 …ty_long_put(global_storage -> ux_host_class_storage_cbw + UX_HOST_CLASS_STORAGE_CBW_DATA_LENGTH, 1… in tx_demo_thread_host_simulation_entry()