usbx
UX_HCD_STRUCT::ux_hcd_rh_device_connection
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_rh_device_connection
UX_HCD_STRUCT::ux_hcd_rh_device_connection field
Syntax
Show:
Summary
Declaration
from
ux_api.h:2135
ULONG
ux_hcd_rh_device_connection
;
Examples
References
from
examples
Code
Location
Referrer
ULONG
ux_hcd_rh_device_connection
;
ux_api.h:2135
hcd
->
ux_hcd_rh_device_connection
&=
(
ULONG
)
ux_host_stack_hcd_unregister.c:182
_ux_host_stack_hcd_unregister()
if
(
(
hcd
->
ux_hcd_rh_device_connection
&
(
ULONG
)
(
1
<
<
port_index
)
)
==
0
)
ux_host_stack_rh_change_process.c:129
_ux_host_stack_rh_change_process()
if
(
(
hcd
->
ux_hcd_rh_device_connection
&
(
ULONG
)
(
1
<
<
port_index
)
)
!=
0
)
ux_host_stack_rh_change_process.c:168
_ux_host_stack_rh_change_process()
hcd
->
ux_hcd_rh_device_connection
&=
(
ULONG
)
~
(
1
<
<
port_index
)
;
ux_host_stack_rh_device_extraction.c:83
_ux_host_stack_rh_device_extraction()
hcd
->
ux_hcd_rh_device_connection
|=
(
ULONG
)
(
1
<
<
port_index
)
;
ux_host_stack_rh_device_insertion.c:191
_ux_host_stack_rh_device_insertion()
hcd
->
ux_hcd_rh_device_connection
|=
(
ULONG
)
(
1
<
<
port_index
)
;
ux_host_stack_rh_device_insertion.c:233
_ux_host_stack_rh_device_insertion()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
UX_HCD_STRUCT::ux_hcd_rh_device_connection
is written by 3 functions and is read by 4 functions:
_ux_host_stack_hcd_unregister()
_ux_host_stack_rh_device_extraction()
_ux_host_stack_rh_device_insertion()
All items filtered out
UX_HCD_STRUCT::ux_hcd_rh_device_connection
_ux_host_stack_hcd_unregister()
_ux_host_stack_rh_change_process()
_ux_host_stack_rh_device_extraction()
_ux_host_stack_rh_device_insertion()
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