_ux_host_class_hid_lock_fail_return is only used within usbx.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and Samplesusbx_ux_host_class_hid_lock_fail_return

_ux_host_class_hid_lock_fail_return macro

Syntax

#define _ux_host_class_hid_lock_fail_return(hid) \     status = _ux_host_semaphore_get(&hid -> ux_host_class_hid_semaphore, \     UX_WAIT_FOREVER); \     if (status != UX_SUCCESS) \     return(status);

Arguments

hid

References

LocationText
ux_host_class_hid.h:998
#define _ux_host_class_hid_lock_fail_return(hid) \
ux_host_class_hid_periodic_report_start.c:103
_ux_host_class_hid_lock_fail_return(hid);
ux_host_class_hid_report_callback_register.c:107
_ux_host_class_hid_lock_fail_return(hid);
ux_host_class_hid_report_get.c:116
_ux_host_class_hid_lock_fail_return(hid);
ux_host_class_hid_report_id_get.c:106
_ux_host_class_hid_lock_fail_return(hid);
ux_host_class_hid_report_set.c:207
_ux_host_class_hid_lock_fail_return(hid);