Home
last modified time | relevance | path

Searched refs:UX_HOST_CLASS_HID_INTERRUPT_ENDPOINT_READY (Results 1 – 6 of 6) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_periodic_report_stop.c112 …hid -> ux_host_class_hid_interrupt_endpoint_status = UX_HOST_CLASS_HID_INTERRUPT_ENDPOINT_READY; … in _ux_host_class_hid_periodic_report_stop()
Dux_host_class_hid_periodic_report_start.c105 … (hid -> ux_host_class_hid_interrupt_endpoint_status != UX_HOST_CLASS_HID_INTERRUPT_ENDPOINT_READY) in _ux_host_class_hid_periodic_report_start()
Dux_host_class_hid_interrupt_endpoint_search.c130 … hid -> ux_host_class_hid_interrupt_endpoint_status = UX_HOST_CLASS_HID_INTERRUPT_ENDPOINT_READY; in _ux_host_class_hid_interrupt_endpoint_search()
/USBX-v6.2.1/test/regression/
Dusbx_ux_host_class_hid_remote_control_activate_test.c316 hid -> ux_host_class_hid_interrupt_endpoint_status = UX_HOST_CLASS_HID_INTERRUPT_ENDPOINT_READY; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_periodic_report_start_test.c330 … hid -> ux_host_class_hid_interrupt_endpoint_status = ~UX_HOST_CLASS_HID_INTERRUPT_ENDPOINT_READY; in tx_demo_thread_host_simulation_entry()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hid.h105 #define UX_HOST_CLASS_HID_INTERRUPT_ENDPOINT_READY 1 macro