Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/core/src/
Dux_hcd_sim_host_port_reset.c96 if (device -> ux_slave_device_state == UX_DEVICE_RESET) in _ux_hcd_sim_host_port_reset()
Dux_device_stack_endpoint_stall.c101 if (_ux_system_slave -> ux_system_slave_device.ux_slave_device_state != UX_DEVICE_RESET && in _ux_device_stack_endpoint_stall()
Dux_device_stack_disconnect.c164 device -> ux_slave_device_state = UX_DEVICE_RESET; in _ux_device_stack_disconnect()
Dux_hcd_sim_host_transaction_schedule.c299 … (_ux_system_slave->ux_system_slave_device.ux_slave_device_state == UX_DEVICE_RESET || in _ux_hcd_sim_host_transaction_schedule()
/USBX-v6.2.1/test/regression/
Dusbx_ux_host_class_storage_configure_coverage_test.c28 device.ux_device_state = UX_DEVICE_RESET; in test_application_define()
Dusbx_ux_host_class_hid_transfer_request_completed_test.c336 device.ux_device_state = UX_DEVICE_RESET; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_device_class_cdc_acm_deactivate_test.c276 if (_ux_system_slave->ux_system_slave_device.ux_slave_device_state > UX_DEVICE_RESET) in break_on_removal()
Dusbx_ux_device_stack_transfer_request_test.c518 if (slave_device->ux_slave_device_state != UX_DEVICE_RESET) in ux_test_thread_simulation_0_entry()
Dusbx_hid_remote_control_tests.c202 … UX_TEST_ASSERT(_ux_system_slave->ux_system_slave_device.ux_slave_device_state == UX_DEVICE_RESET); in set_report_descriptor()
Dusbx_cdc_acm_basic_test.c984 while(device -> ux_device_state > UX_DEVICE_RESET) in ux_test_hcd_entry_interaction_wait_transfer_disconnection()
/USBX-v6.2.1/common/core/inc/
Dux_api.h1217 #define UX_DEVICE_RESET 0 macro