UX_HOST_CLASS_HID_INTERRUPT_ENDPOINT_READY is only used within usbx.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesusbxUX_HOST_CLASS_HID_INTERRUPT_ENDPOINT_READY

UX_HOST_CLASS_HID_INTERRUPT_ENDPOINT_READY macro

Syntax

#define UX_HOST_CLASS_HID_INTERRUPT_ENDPOINT_READY 1

References

LocationText
ux_host_class_hid.h:96
#define UX_HOST_CLASS_HID_INTERRUPT_ENDPOINT_READY 1
ux_host_class_hid_interrupt_endpoint_search.c:127
hid -> ux_host_class_hid_interrupt_endpoint_status = UX_HOST_CLASS_HID_INTERRUPT_ENDPOINT_READY;
ux_host_class_hid_periodic_report_start.c:106
if (hid -> ux_host_class_hid_interrupt_endpoint_status != UX_HOST_CLASS_HID_INTERRUPT_ENDPOINT_READY)
ux_host_class_hid_periodic_report_stop.c:113
hid -> ux_host_class_hid_interrupt_endpoint_status = UX_HOST_CLASS_HID_INTERRUPT_ENDPOINT_READY;