Searched refs:UX_DEVICE_RESET (Results 1 – 11 of 11) sorted by relevance
96 if (device -> ux_slave_device_state == UX_DEVICE_RESET) in _ux_hcd_sim_host_port_reset()
101 if (_ux_system_slave -> ux_system_slave_device.ux_slave_device_state != UX_DEVICE_RESET && in _ux_device_stack_endpoint_stall()
164 device -> ux_slave_device_state = UX_DEVICE_RESET; in _ux_device_stack_disconnect()
299 … (_ux_system_slave->ux_system_slave_device.ux_slave_device_state == UX_DEVICE_RESET || in _ux_hcd_sim_host_transaction_schedule()
28 device.ux_device_state = UX_DEVICE_RESET; in test_application_define()
336 device.ux_device_state = UX_DEVICE_RESET; in tx_demo_thread_host_simulation_entry()
276 if (_ux_system_slave->ux_system_slave_device.ux_slave_device_state > UX_DEVICE_RESET) in break_on_removal()
518 if (slave_device->ux_slave_device_state != UX_DEVICE_RESET) in ux_test_thread_simulation_0_entry()
202 … UX_TEST_ASSERT(_ux_system_slave->ux_system_slave_device.ux_slave_device_state == UX_DEVICE_RESET); in set_report_descriptor()
984 while(device -> ux_device_state > UX_DEVICE_RESET) in ux_test_hcd_entry_interaction_wait_transfer_disconnection()
1217 #define UX_DEVICE_RESET 0 macro