Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_periodic_report_stop.c113 …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.c106 … (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.c131 … 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/common/usbx_host_classes/inc/
Dux_host_class_hid.h96 #define UX_HOST_CLASS_HID_INTERRUPT_ENDPOINT_READY 1 macro