usbx
UX_HCD_STRUCT::ux_hcd_root_hub_signal
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_HCD_STRUCT::ux_hcd_root_hub_signal
UX_HCD_STRUCT::ux_hcd_root_hub_signal field
Syntax
Show:
Summary
Declaration
from
ux_api.h:2132
UINT
ux_hcd_root_hub_signal
[
UX_MAX_ROOTHUB_PORT
]
;
Examples
References
from
examples
Code
Location
Referrer
UINT
ux_hcd_root_hub_signal
[
UX_MAX_ROOTHUB_PORT
]
;
ux_api.h:2132
hcd
->
ux_hcd_root_hub_signal
[
0
]
++
;
ux_hcd_stm32_callback.c:83
HAL_HCD_Connect_Callback()
hcd
->
ux_hcd_root_hub_signal
[
0
]
++
;
ux_hcd_stm32_callback.c:143
HAL_HCD_Disconnect_Callback()
if
(
hcd
->
ux_hcd_root_hub_signal
[
port_index
]
!=
0
)
ux_host_stack_rh_change_process.c:104
_ux_host_stack_rh_change_process()
hcd
->
ux_hcd_root_hub_signal
[
port_index
]
--
;
ux_host_stack_rh_change_process.c:112
_ux_host_stack_rh_change_process()
if
(
hcd
->
ux_hcd_root_hub_signal
[
port_index
]
!=
0
)
ux_host_stack_rh_change_process.c:144
_ux_host_stack_rh_change_process()
hcd
->
ux_hcd_root_hub_signal
[
port_index
]
=
0
;
ux_host_stack_rh_change_process.c:149
_ux_host_stack_rh_change_process()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
UX_HCD_STRUCT::ux_hcd_root_hub_signal
is read by 3 functions:
All items filtered out
UX_HCD_STRUCT::ux_hcd_root_hub_signal
HAL_HCD_Connect_Callback()
HAL_HCD_Disconnect_Callback()
_ux_host_stack_rh_change_process()
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