Home
last modified time | relevance | path

Searched refs:UX_HOST_CLASS_STORAGE_PROTOCOL_BO (Results 1 – 7 of 7) sorted by relevance

/USBX-v6.2.1/test/regression/
Dusbx_host_class_storage_max_lun_get_coverage_test.c39 … storage_interface.ux_interface_descriptor.bInterfaceProtocol = UX_HOST_CLASS_STORAGE_PROTOCOL_BO; in test_application_define()
Dusbx_storage_tests.c1080 case UX_HOST_CLASS_STORAGE_PROTOCOL_BO: in switch_to_protocol()
1081 device_framework_full_speed[bInterfaceProtocol_POS] = UX_HOST_CLASS_STORAGE_PROTOCOL_BO; in switch_to_protocol()
1082 device_framework_high_speed[bInterfaceProtocol_POS] = UX_HOST_CLASS_STORAGE_PROTOCOL_BO; in switch_to_protocol()
1117 switch_to_protocol(UX_HOST_CLASS_STORAGE_PROTOCOL_BO); in reset_to_bo()
/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_storage_device_reset.c89 …orage_interface -> ux_interface_descriptor.bInterfaceProtocol == UX_HOST_CLASS_STORAGE_PROTOCOL_BO) in _ux_host_class_storage_device_reset()
Dux_host_class_storage_device_support_check.c86 case UX_HOST_CLASS_STORAGE_PROTOCOL_BO: in _ux_host_class_storage_device_support_check()
Dux_host_class_storage_max_lun_get.c92 …orage_interface -> ux_interface_descriptor.bInterfaceProtocol == UX_HOST_CLASS_STORAGE_PROTOCOL_BO) in _ux_host_class_storage_max_lun_get()
Dux_host_class_storage_transport_run.c42 (UX_HOST_CLASS_STORAGE_PROTOCOL_GET(s) == UX_HOST_CLASS_STORAGE_PROTOCOL_BO)
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_storage.h182 #define UX_HOST_CLASS_STORAGE_PROTOCOL_BO 0x50 macro