Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_device_classes/src/
Dux_device_class_storage_write.c184 storage -> ux_device_class_storage_buffer_state[0] = UX_DEVICE_CLASS_STORAGE_BUFFER_EMPTY; in _ux_device_class_storage_write()
185 storage -> ux_device_class_storage_buffer_state[1] = UX_DEVICE_CLASS_STORAGE_BUFFER_EMPTY; in _ux_device_class_storage_write()
Dux_device_class_storage_read.c160 storage -> ux_device_class_storage_buffer_state[0] = UX_DEVICE_CLASS_STORAGE_BUFFER_EMPTY; in _ux_device_class_storage_read()
161 storage -> ux_device_class_storage_buffer_state[1] = UX_DEVICE_CLASS_STORAGE_BUFFER_EMPTY; in _ux_device_class_storage_read()
Dux_device_class_storage_tasks_run.c770 UX_DEVICE_CLASS_STORAGE_BUFFER_EMPTY; in _ux_device_class_storage_data_next()
836 UX_DEVICE_CLASS_STORAGE_BUFFER_EMPTY) in _ux_device_class_storage_data_next()
1183 if (UX_DEVICE_CLASS_STORAGE_BUFFER_EMPTY == in _ux_device_class_storage_disk_read_next()
1216 UX_DEVICE_CLASS_STORAGE_BUFFER_EMPTY; in _ux_device_class_storage_disk_write_next()
1257 UX_DEVICE_CLASS_STORAGE_BUFFER_EMPTY == in _ux_device_class_storage_disk_write_next()
/USBX-v6.2.1/common/usbx_device_classes/inc/
Dux_device_class_storage.h481 #define UX_DEVICE_CLASS_STORAGE_BUFFER_EMPTY (1) macro