Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_cdc_acm_basic_test.c1178 UX_HOST_CLASS_COMMAND command1; in tx_test_thread_host_simulation_entry() local
1882 command1.ux_host_class_command_container = cdc_acm_host_data->ux_host_class_cdc_acm_interface; in tx_test_thread_host_simulation_entry()
1883 command1.ux_host_class_command_class_ptr = cdc_acm_host_data->ux_host_class_cdc_acm_class; in tx_test_thread_host_simulation_entry()
1884 command1.ux_host_class_command_instance = cdc_acm_host_data; in tx_test_thread_host_simulation_entry()
1885 command1.ux_host_class_command_request = UX_HOST_CLASS_COMMAND_DEACTIVATE; in tx_test_thread_host_simulation_entry()
1896 ux_host_class_cdc_acm_entry(&command1); in tx_test_thread_host_simulation_entry()
1915 command1.ux_host_class_command_request = UX_HOST_CLASS_COMMAND_ACTIVATE; in tx_test_thread_host_simulation_entry()
1916 ux_host_class_cdc_acm_entry(&command1); in tx_test_thread_host_simulation_entry()