Home
last modified time | relevance | path

Searched refs:UX_HOST_CLASS_HID_INTERRUPT_ENDPOINT_ACTIVE (Results 1 – 4 of 4) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_periodic_report_stop.c96 …(hid -> ux_host_class_hid_interrupt_endpoint_status != UX_HOST_CLASS_HID_INTERRUPT_ENDPOINT_ACTIVE) in _ux_host_class_hid_periodic_report_stop()
Dux_host_class_hid_periodic_report_start.c130 …hid -> ux_host_class_hid_interrupt_endpoint_status = UX_HOST_CLASS_HID_INTERRUPT_ENDPOINT_ACTIVE;… in _ux_host_class_hid_periodic_report_start()
/USBX-v6.2.1/test/regression/
Dusbx_ux_host_class_hid_periodic_report_stop_test.c323 … hid -> ux_host_class_hid_interrupt_endpoint_status = ~UX_HOST_CLASS_HID_INTERRUPT_ENDPOINT_ACTIVE; in tx_demo_thread_host_simulation_entry()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hid.h106 #define UX_HOST_CLASS_HID_INTERRUPT_ENDPOINT_ACTIVE 2 macro