usbx
UX_SYSTEM_HOST_STRUCT::ux_system_host_hcd_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_SYSTEM_HOST_STRUCT::ux_system_host_hcd_semaphore
UX_SYSTEM_HOST_STRUCT::ux_system_host_hcd_semaphore field
Syntax
Show:
Summary
Declaration
from
ux_api.h:2427
UX_SEMAPHORE
ux_system_host_hcd_semaphore
;
Examples
References
from
examples
Code
Location
Referrer
UX_SEMAPHORE
ux_system_host_hcd_semaphore
;
ux_api.h:2427
_ux_utility_semaphore_put
(
&
_ux_system_host
->
ux_system_host_hcd_semaphore
)
;
ux_hcd_stm32_callback.c:381
HAL_HCD_SOF_Callback()
_ux_host_semaphore_get_norc
(
&
_ux_system_host
->
ux_system_host_hcd_semaphore
,
UX_WAIT_FOREVER
)
;
ux_host_stack_hcd_thread_entry.c:101
_ux_host_stack_hcd_thread_entry()
status
=
_ux_utility_semaphore_create
(
&
_ux_system_host
->
ux_system_host_hcd_semaphore
,
"ux_system_host_hcd_semaphore"
,
0
)
;
ux_host_stack_initialize.c:266
_ux_host_stack_initialize()
if
(
_ux_system_host
->
ux_system_host_hcd_semaphore
.
tx_semaphore_id
!=
0
)
ux_host_stack_initialize.c:357
_ux_host_stack_initialize()
_ux_utility_semaphore_delete
(
&
_ux_system_host
->
ux_system_host_hcd_semaphore
)
;
ux_host_stack_initialize.c:358
_ux_host_stack_initialize()
_ux_utility_semaphore_delete
(
&
_ux_system_host
->
ux_system_host_hcd_semaphore
)
;
ux_host_stack_uninitialize.c:103
_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_hcd_semaphore
is read by 1 function:
All items filtered out
UX_SYSTEM_HOST_STRUCT::ux_system_host_hcd_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