Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_ux_device_stack_control_request_process_coverage_test.c15 static UX_SLAVE_INTERFACE slave_interface; variable
47 slave_class1.ux_slave_class_interface = &slave_interface; in test_application_define()
49 slave_interface.ux_slave_interface_descriptor.bInterfaceClass = 0x7; in test_application_define()
Dusbx_ux_host_class_cdc_acm_transfer_request_completed_test.c509 UX_SLAVE_INTERFACE *slave_interface; in tx_test_thread_host_simulation_entry() local
532 slave_interface = slave_device->ux_slave_device_first_interface; in tx_test_thread_host_simulation_entry()
533 while(slave_interface) in tx_test_thread_host_simulation_entry()
535 slave_endpoint = slave_interface->ux_slave_interface_first_endpoint; in tx_test_thread_host_simulation_entry()
545 slave_interface = slave_interface->ux_slave_interface_next_interface; in tx_test_thread_host_simulation_entry()
Dusbx_ux_device_class_storage_control_request_test.c527 UX_SLAVE_INTERFACE *slave_interface; in tx_demo_thread_host_simulation_entry() local
634 slave_interface = slave_storage->ux_slave_class_storage_interface; in tx_demo_thread_host_simulation_entry()
636 slave_endpoint = slave_interface->ux_slave_interface_first_endpoint; in tx_demo_thread_host_simulation_entry()
637slave_interface->ux_slave_interface_first_endpoint = slave_endpoint->ux_slave_endpoint_next_endpoi… in tx_demo_thread_host_simulation_entry()
638slave_interface->ux_slave_interface_first_endpoint->ux_slave_endpoint_next_endpoint = slave_endpoi… in tx_demo_thread_host_simulation_entry()