usbx
UX_SYSTEM_HOST_STRUCT::ux_system_host_enum_semaphore
is only used within usbx.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
usbx
UX_SYSTEM_HOST_STRUCT::ux_system_host_enum_semaphore
UX_SYSTEM_HOST_STRUCT::ux_system_host_enum_semaphore field
Syntax
Show:
Summary
Declaration
from
ux_api.h:2417
UX_SEMAPHORE
ux_system_host_enum_semaphore
;
Examples
References
from
examples
Code
Location
Referrer
UX_SEMAPHORE
ux_system_host_enum_semaphore
;
ux_api.h:2417
_ux_utility_semaphore_put
(
&
_ux_system_host
->
ux_system_host_enum_semaphore
)
;
ux_hcd_stm32_callback.c:90
HAL_HCD_Connect_Callback()
_ux_utility_semaphore_put
(
&
_ux_system_host
->
ux_system_host_enum_semaphore
)
;
ux_hcd_stm32_callback.c:150
HAL_HCD_Disconnect_Callback()
_ux_host_semaphore_get_norc
(
&
_ux_system_host
->
ux_system_host_enum_semaphore
,
UX_WAIT_FOREVER
)
;
ux_host_stack_enum_thread_entry.c:102
_ux_host_stack_enum_thread_entry()
status
=
_ux_utility_semaphore_create
(
&
_ux_system_host
->
ux_system_host_enum_semaphore
,
"ux_system_host_enum_semaphore"
,
0
)
;
ux_host_stack_initialize.c:258
_ux_host_stack_initialize()
if
(
_ux_system_host
->
ux_system_host_enum_semaphore
.
tx_semaphore_id
!=
0
)
ux_host_stack_initialize.c:361
_ux_host_stack_initialize()
_ux_utility_semaphore_delete
(
&
_ux_system_host
->
ux_system_host_enum_semaphore
)
;
ux_host_stack_initialize.c:362
_ux_host_stack_initialize()
_ux_utility_semaphore_delete
(
&
_ux_system_host
->
ux_system_host_enum_semaphore
)
;
ux_host_stack_uninitialize.c:94
_ux_host_stack_uninitialize()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
UX_SYSTEM_HOST_STRUCT::ux_system_host_enum_semaphore
is read by 1 function:
All items filtered out
UX_SYSTEM_HOST_STRUCT::ux_system_host_enum_semaphore
_ux_host_stack_initialize()
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