Home
last modified time | relevance | path

Searched refs:UX_SLAVE_CLASS_STORAGE_SYNCHRONIZE_CACHE_FLAGS_IMMED (Results 1 – 2 of 2) sorted by relevance

/USBX-v6.2.1/common/usbx_device_classes/src/
Dux_device_class_storage_synchronize_cache.c168 if ((flags & UX_SLAVE_CLASS_STORAGE_SYNCHRONIZE_CACHE_FLAGS_IMMED) != 0) in _ux_device_class_storage_synchronize_cache()
178 if ((flags & UX_SLAVE_CLASS_STORAGE_SYNCHRONIZE_CACHE_FLAGS_IMMED) != 0) in _ux_device_class_storage_synchronize_cache()
/USBX-v6.2.1/common/usbx_device_classes/inc/
Dux_device_class_storage.h436 #define UX_SLAVE_CLASS_STORAGE_SYNCHRONIZE_CACHE_FLAGS_IMMED 0x02 macro