Home
last modified time | relevance | path

Searched refs:ux_host_class_storage_write_protected_media (Results 1 – 6 of 6) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_storage_media_protection_check.c136 storage -> ux_host_class_storage_write_protected_media = UX_FALSE; in _ux_host_class_storage_media_protection_check()
151 storage -> ux_host_class_storage_write_protected_media = UX_TRUE; in _ux_host_class_storage_media_protection_check()
Dux_host_class_storage_driver_entry.c293 if (storage -> ux_host_class_storage_write_protected_media == UX_TRUE) in _ux_host_class_storage_driver_entry()
/USBX-v6.2.1/test/regression/
Dusbx_ux_host_class_storage_media_protection_check_test.c710 if (storage -> ux_host_class_storage_write_protected_media == UX_TRUE) in tx_demo_thread_host_simulation_entry()
724 if (storage -> ux_host_class_storage_write_protected_media == UX_TRUE) in tx_demo_thread_host_simulation_entry()
738 if (storage -> ux_host_class_storage_write_protected_media == UX_FALSE) in tx_demo_thread_host_simulation_entry()
753 if (storage -> ux_host_class_storage_write_protected_media == UX_TRUE) in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_storage_fx_driver.c273 if (storage -> ux_host_class_storage_write_protected_media == UX_TRUE) in _ux_host_class_storage_driver_entry()
Dusbx_ux_host_class_storage_driver_entry_test.c639 storage -> ux_host_class_storage_write_protected_media = UX_TRUE; in tx_demo_thread_host_simulation_entry()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_storage.h483 UINT ux_host_class_storage_write_protected_media; member