Home
last modified time | relevance | path

Searched refs:UX_DEVICE_CLASS_STORAGE_STATE_DISK_WAIT (Results 1 – 4 of 4) sorted by relevance

/USBX-v6.2.1/common/usbx_device_classes/src/
Dux_device_class_storage_tasks_run.c301 case UX_DEVICE_CLASS_STORAGE_STATE_DISK_WAIT: /* Nothing to do, fall through. */ in _ux_device_class_storage_task_usb()
791 storage -> ux_device_class_storage_state = UX_DEVICE_CLASS_STORAGE_STATE_DISK_WAIT; in _ux_device_class_storage_data_next()
820 storage -> ux_device_class_storage_state = UX_DEVICE_CLASS_STORAGE_STATE_DISK_WAIT; in _ux_device_class_storage_data_next()
845 storage -> ux_device_class_storage_state = UX_DEVICE_CLASS_STORAGE_STATE_DISK_WAIT; in _ux_device_class_storage_data_next()
1148 if (storage -> ux_device_class_storage_state == UX_DEVICE_CLASS_STORAGE_STATE_DISK_WAIT) in _ux_device_class_storage_disk_next()
1201 UX_DEVICE_CLASS_STORAGE_STATE_DISK_WAIT && in _ux_device_class_storage_disk_read_next()
1256 UX_DEVICE_CLASS_STORAGE_STATE_DISK_WAIT && in _ux_device_class_storage_disk_write_next()
Dux_device_class_storage_synchronize_cache.c154 storage -> ux_device_class_storage_state = UX_DEVICE_CLASS_STORAGE_STATE_DISK_WAIT; in _ux_device_class_storage_synchronize_cache()
Dux_device_class_storage_read.c157 storage -> ux_device_class_storage_state = UX_DEVICE_CLASS_STORAGE_STATE_DISK_WAIT; in _ux_device_class_storage_read()
/USBX-v6.2.1/common/usbx_device_classes/inc/
Dux_device_class_storage.h470 #define UX_DEVICE_CLASS_STORAGE_STATE_DISK_WAIT (UX_STATE_STEP + 6) macro