_ux_host_semaphore_create is only used within usbx.
 
Symbols
loading...
Files
loading...

_ux_host_semaphore_create macro

Syntax

#define _ux_host_semaphore_create _ux_utility_semaphore_create

References

LocationText
ux_utility.h:236
#define _ux_host_semaphore_create _ux_utility_semaphore_create
ux_host_class_cdc_acm_activate.c:120
status = _ux_host_semaphore_create(&cdc_acm -> ux_host_class_cdc_acm_semaphore, "ux_host_class_cdc_acm_semaphore", 1);
ux_host_class_hid_activate.c:153
status = _ux_host_semaphore_create(&hid -> ux_host_class_hid_semaphore, "ux_host_class_hid_semaphore", 1);
ux_host_class_hid_keyboard_activate.c:298
status = _ux_host_semaphore_create(&keyboard_instance -> ux_host_class_hid_keyboard_semaphore, "ux_host_class_hid_keyboard_semaphore", 0);
ux_host_class_storage_activate.c:150
status = _ux_host_semaphore_create(&storage -> ux_host_class_storage_semaphore, "ux_host_class_storage_semaphore", 1);
ux_host_stack_endpoint_instance_create.c:147
ux_host_stack_new_device_create.c:176
status = _ux_host_semaphore_create(&device -> ux_device_protection_semaphore, "ux_host_endpoint0_semaphore", 1);
ux_host_stack_new_device_create.c:197
status = _ux_host_semaphore_create(&control_endpoint -> ux_endpoint_transfer_request.ux_transfer_request_semaphore, "ux_host_transfer_request_semaphore", 0);