Searched refs:slave_hid (Results 1 – 6 of 6) sorted by relevance
| /USBX-v6.2.1/test/regression/ |
| D | usbx_ux_device_class_hid_receiver_test.c | 19 static UX_SLAVE_CLASS_HID *slave_hid = UX_NULL; variable 181 slave_hid = (UX_SLAVE_CLASS_HID *)parameter; in instance_activate_callback() 368 if (slave_hid == UX_NULL) in tx_demo_thread_host_simulation_entry() 389 status = ux_device_class_hid_receiver_event_get(slave_hid, &received_event); in tx_demo_thread_host_simulation_entry() 391 status = ux_device_class_hid_receiver_event_free(slave_hid); in tx_demo_thread_host_simulation_entry() 415 status = ux_device_class_hid_receiver_event_get(slave_hid, &received_event); in tx_demo_thread_host_simulation_entry() 420 status = ux_device_class_hid_receiver_event_free(slave_hid); in tx_demo_thread_host_simulation_entry() 423 slave_hid->ux_device_class_hid_receiver->ux_device_class_hid_receiver_event_callback = UX_NULL; in tx_demo_thread_host_simulation_entry() 430 status = ux_device_class_hid_receiver_event_get(slave_hid, &received_event); in tx_demo_thread_host_simulation_entry() 435 status = ux_device_class_hid_receiver_event_free(slave_hid); in tx_demo_thread_host_simulation_entry() [all …]
|
| D | usbx_ux_device_class_hid_idle_rate_test.c | 19 static UX_SLAVE_CLASS_HID *slave_hid = UX_NULL; variable 180 slave_hid = (UX_SLAVE_CLASS_HID *)parameter; in instance_activate_callback() 338 …_ux_utility_thread_suspend(&slave_hid -> ux_slave_class_hid_interface -> ux_slave_interface_class … in _run_idle_rate_test() 339 _ux_device_class_hid_event_set(slave_hid, event); in _run_idle_rate_test() 340 _ux_device_class_hid_event_set(slave_hid, event); in _run_idle_rate_test() 341 _ux_device_class_hid_event_set(slave_hid, event); in _run_idle_rate_test() 342 …_ux_utility_thread_resume(&slave_hid -> ux_slave_class_hid_interface -> ux_slave_interface_class -… in _run_idle_rate_test() 488 if (slave_hid == UX_NULL) in tx_demo_thread_host_simulation_entry()
|
| D | usbx_ux_device_class_hid_read_test.c | 19 static UX_SLAVE_CLASS_HID *slave_hid = UX_NULL; variable 186 slave_hid = (UX_SLAVE_CLASS_HID *)parameter; in instance_activate_callback() 358 if (slave_hid == UX_NULL) in tx_demo_thread_host_simulation_entry() 461 if (slave_hid == UX_NULL) in tx_demo_thread_device_simulation_entry() 479 …status = ux_device_class_hid_read_run(slave_hid, device_buffer, device_read_request_length, &devic… in tx_demo_thread_device_simulation_entry() 483 …status = ux_device_class_hid_read(slave_hid, device_buffer, device_read_request_length, &device_re… in tx_demo_thread_device_simulation_entry()
|
| D | usbx_hid_interrupt_endpoint_get_report_test.c | 297 UX_SLAVE_CLASS_HID *slave_hid; in tx_demo_thread_host_simulation_entry() local 314 …slave_hid = _ux_system_slave -> ux_system_slave_device.ux_slave_device_first_interface -> ux_slave… in tx_demo_thread_host_simulation_entry() 349 status = ux_device_class_hid_event_set(slave_hid, &hid_event); in tx_demo_thread_host_simulation_entry()
|
| D | usbx_ux_device_class_hid_wMaxPacketSize_test.c | 21 static UX_SLAVE_CLASS_HID *slave_hid = UX_NULL; variable 185 slave_hid = (UX_SLAVE_CLASS_HID *)parameter; in instance_activate_callback() 365 if (slave_hid == UX_NULL) in tx_demo_thread_host_simulation_entry()
|
| D | usbx_ux_device_class_hid_control_request_test.c | 372 UX_SLAVE_CLASS_HID *slave_hid; in tx_demo_thread_host_simulation_entry() local 401 …slave_hid = _ux_system_slave -> ux_system_slave_device.ux_slave_device_first_interface -> ux_slave… in tx_demo_thread_host_simulation_entry() 421 slave_hid -> ux_device_class_hid_event_state = UX_STATE_EXIT; in tx_demo_thread_host_simulation_entry() 444 status = ux_device_class_hid_event_set(slave_hid, &hid_event); in tx_demo_thread_host_simulation_entry()
|