Searched refs:slave_interface (Results 1 – 3 of 3) sorted by relevance
15 static UX_SLAVE_INTERFACE slave_interface; variable47 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()
509 UX_SLAVE_INTERFACE *slave_interface; in tx_test_thread_host_simulation_entry() local532 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()
527 UX_SLAVE_INTERFACE *slave_interface; in tx_demo_thread_host_simulation_entry() local634 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()637 …slave_interface->ux_slave_interface_first_endpoint = slave_endpoint->ux_slave_endpoint_next_endpoi… in tx_demo_thread_host_simulation_entry()638 …slave_interface->ux_slave_interface_first_endpoint->ux_slave_endpoint_next_endpoint = slave_endpoi… in tx_demo_thread_host_simulation_entry()