Home
last modified time | relevance | path

Searched refs:UX_SLAVE_CLASS_STORAGE_CBW_SIGNATURE_MASK (Results 1 – 3 of 3) sorted by relevance

/USBX-v6.2.1/common/usbx_device_classes/src/
Dux_device_class_storage_thread.c240 … if (_ux_utility_long_get(scsi_command) == UX_SLAVE_CLASS_STORAGE_CBW_SIGNATURE_MASK) in _ux_device_class_storage_thread()
Dux_device_class_storage_tasks_run.c452 if (_ux_utility_long_get(cbw) != UX_SLAVE_CLASS_STORAGE_CBW_SIGNATURE_MASK) in _ux_device_class_storage_cmd_process()
/USBX-v6.2.1/common/usbx_device_classes/inc/
Dux_device_class_storage.h132 #define UX_SLAVE_CLASS_STORAGE_CBW_SIGNATURE_MASK 0x43425355 macro