usbx
UX_HCD_STRUCT::ux_hcd_thread_signal
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_HCD_STRUCT::ux_hcd_thread_signal
UX_HCD_STRUCT::ux_hcd_thread_signal field
Syntax
Show:
Summary
Declaration
from
ux_api.h:2134
UINT
ux_hcd_thread_signal
;
Examples
References
from
examples
Code
Location
Referrer
UINT
ux_hcd_thread_signal
;
ux_api.h:2134
hcd
->
ux_hcd_thread_signal
++
;
ux_hcd_stm32_callback.c:378
HAL_HCD_SOF_Callback()
if
(
(
hcd
->
ux_hcd_status
==
UX_HCD_STATUS_OPERATIONAL
)
&&
(
hcd
->
ux_hcd_thread_signal
!=
0
)
)
ux_host_stack_hcd_thread_entry.c:116
_ux_host_stack_hcd_thread_entry()
hcd
->
ux_hcd_thread_signal
--
;
ux_host_stack_hcd_thread_entry.c:122
_ux_host_stack_hcd_thread_entry()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
UX_HCD_STRUCT::ux_hcd_thread_signal
is written by 2 functions and is read by 2 functions:
HAL_HCD_SOF_Callback()
_ux_host_stack_hcd_thread_entry()
All items filtered out
UX_HCD_STRUCT::ux_hcd_thread_signal
HAL_HCD_SOF_Callback()
_ux_host_stack_hcd_thread_entry()
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