usbx
UX_SEMAPHORE
is only used within usbx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
usbx
UX_SEMAPHORE
UX_SEMAPHORE macro
Syntax
Show:
Summary
Declaration
from
ux_api.h:935
#define
UX_SEMAPHORE
TX_SEMAPHORE
Examples
References
from
examples
Code
Location
#define
UX_SEMAPHORE
TX_SEMAPHORE
ux_api.h:935
UX_SEMAPHORE
ux_transfer_request_semaphore
;
ux_api.h:1689
UX_SEMAPHORE
ux_device_protection_semaphore
;
ux_api.h:1861
UX_SEMAPHORE
ux_slave_transfer_request_semaphore
;
ux_api.h:2178
UX_SEMAPHORE
ux_system_host_enum_semaphore
;
ux_api.h:2417
UX_SEMAPHORE
ux_system_host_hcd_semaphore
;
ux_api.h:2427
UX_SEMAPHORE
ux_system_otg_semaphore
;
ux_api.h:2527
UX_SEMAPHORE
ux_host_class_dpump_semaphore
;
ux_api.h:2558
UX_SEMAPHORE
ux_host_class_cdc_acm_semaphore
;
ux_host_class_cdc_acm.h:237
UX_SEMAPHORE
ux_host_class_cdc_dlc_semaphore
;
ux_host_class_cdc_acm.h:277
UX_SEMAPHORE
ux_host_class_hid_semaphore
;
ux_host_class_hid.h:971
UX_SEMAPHORE
ux_host_class_hid_keyboard_semaphore
;
ux_host_class_hid_keyboard.h:213
UX_SEMAPHORE
ux_host_class_storage_semaphore
;
ux_host_class_storage.h:487
UINT
_ux_utility_semaphore_create
(
UX_SEMAPHORE
*
semaphore
,
CHAR
*
semaphore_name
,
UINT
initial_count
)
;
ux_utility.h:102
UINT
_ux_utility_semaphore_delete
(
UX_SEMAPHORE
*
semaphore
)
;
ux_utility.h:103
UINT
_ux_utility_semaphore_get
(
UX_SEMAPHORE
*
semaphore
,
ULONG
semaphore_signal
)
;
ux_utility.h:104
UINT
_ux_utility_semaphore_put
(
UX_SEMAPHORE
*
semaphore
)
;
ux_utility.h:105
UINT
_ux_utility_semaphore_create
(
UX_SEMAPHORE
*
semaphore
,
CHAR
*
semaphore_name
,
UINT
initial_count
)
ux_utility_semaphore_create.c:75
UINT
_ux_utility_semaphore_delete
(
UX_SEMAPHORE
*
semaphore
)
ux_utility_semaphore_delete.c:73
UINT
_ux_utility_semaphore_get
(
UX_SEMAPHORE
*
semaphore
,
ULONG
semaphore_signal
)
ux_utility_semaphore_get.c:75
UINT
_ux_utility_semaphore_put
(
UX_SEMAPHORE
*
semaphore
)
ux_utility_semaphore_put.c:73
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out