Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_ux_device_class_storage_entry_test.c523 UX_SLAVE_CLASS_COMMAND slave_command; in tx_demo_thread_host_simulation_entry() local
562 slave_command.ux_slave_class_command_request = UX_SLAVE_CLASS_COMMAND_QUERY; in tx_demo_thread_host_simulation_entry()
563 slave_command.ux_slave_class_command_class = UX_SLAVE_CLASS_STORAGE_CLASS + 1; in tx_demo_thread_host_simulation_entry()
564 status = ux_device_class_storage_entry(&slave_command); in tx_demo_thread_host_simulation_entry()
572 slave_command.ux_slave_class_command_request = 0xFF; in tx_demo_thread_host_simulation_entry()
573 status = ux_device_class_storage_entry(&slave_command); in tx_demo_thread_host_simulation_entry()
Dusbx_ux_device_class_storage_uninitialize_test.c618 UX_SLAVE_CLASS_COMMAND slave_command; in tx_demo_thread_host_simulation_entry() local
660 slave_command.ux_slave_class_command_class_ptr = slave_class; in tx_demo_thread_host_simulation_entry()
662 status = _ux_device_class_storage_uninitialize(&slave_command); in tx_demo_thread_host_simulation_entry()