Home
last modified time | relevance | path

Searched refs:UX_SLAVE_CLASS_STORAGE_CSW_LENGTH (Results 1 – 11 of 11) sorted by relevance

/USBX-v6.2.1/common/usbx_device_classes/src/
Dux_device_class_storage_csw_send.c31 #if UX_SLAVE_REQUEST_DATA_MAX_LENGTH < UX_SLAVE_CLASS_STORAGE_CSW_LENGTH
111 UX_ASSERT(UX_SLAVE_REQUEST_DATA_MAX_LENGTH >= UX_SLAVE_CLASS_STORAGE_CSW_LENGTH); in _ux_device_class_storage_csw_send()
133 …_ux_utility_memory_set(csw_buffer, 0, UX_SLAVE_CLASS_STORAGE_CSW_LENGTH); /* Use case of memset is… in _ux_device_class_storage_csw_send()
154 storage -> ux_device_class_storage_device_length = UX_SLAVE_CLASS_STORAGE_CSW_LENGTH; in _ux_device_class_storage_csw_send()
155 storage -> ux_device_class_storage_data_length = UX_SLAVE_CLASS_STORAGE_CSW_LENGTH; in _ux_device_class_storage_csw_send()
164 … status = _ux_device_stack_transfer_request(transfer_request, UX_SLAVE_CLASS_STORAGE_CSW_LENGTH, in _ux_device_class_storage_csw_send()
165 UX_SLAVE_CLASS_STORAGE_CSW_LENGTH); in _ux_device_class_storage_csw_send()
/USBX-v6.2.1/common/usbx_device_classes/inc/
Dux_device_class_storage.h170 #define UX_SLAVE_CLASS_STORAGE_CSW_LENGTH 13 macro
/USBX-v6.2.1/test/regression/
Dusbx_ux_host_class_storage_media_read_test.c49 static UCHAR csw_buffer[UX_SLAVE_CLASS_STORAGE_CSW_LENGTH];
Dusbx_ux_host_class_storage_media_write_test.c49 static UCHAR csw_buffer[UX_SLAVE_CLASS_STORAGE_CSW_LENGTH];
Dusbx_ux_host_class_storage_driver_entry_test.c49 static UCHAR csw_buffer[UX_SLAVE_CLASS_STORAGE_CSW_LENGTH];
Dusbx_ux_host_class_storage_entry_test.c50 static UCHAR csw_buffer[UX_SLAVE_CLASS_STORAGE_CSW_LENGTH];
Dusbx_ux_host_class_storage_media_recovery_sense_get_test.c50 static UCHAR csw_buffer[UX_SLAVE_CLASS_STORAGE_CSW_LENGTH];
Dusbx_ux_host_class_storage_media_protection_check_test.c50 static UCHAR csw_buffer[UX_SLAVE_CLASS_STORAGE_CSW_LENGTH];
Dusbx_ux_host_class_storage_start_stop_test.c50 static UCHAR csw_buffer[UX_SLAVE_CLASS_STORAGE_CSW_LENGTH];
Dusbx_ux_host_class_storage_transport_bo_test.c49 static UCHAR csw_buffer[UX_SLAVE_CLASS_STORAGE_CSW_LENGTH];
Dusbx_storage_tests.c795 …ansfer_request->ux_slave_transfer_request_current_data_pointer, UX_SLAVE_CLASS_STORAGE_CSW_LENGTH); in _ux_dcd_sim_slave_function_bo_to_cbi()