usbx
UX_DEVICE_STRUCT::ux_device_power_source
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_DEVICE_STRUCT::ux_device_power_source
UX_DEVICE_STRUCT::ux_device_power_source field
Syntax
Show:
Summary
Declaration
from
ux_api.h:1857
ULONG
ux_device_power_source
;
Examples
References
from
examples
Code
Location
Referrer
ULONG
ux_device_power_source
;
ux_api.h:1857
if
(
cdc_acm
->
ux_host_class_cdc_acm_device
->
ux_device_power_source
==
UX_DEVICE_BUS_POWERED
)
ux_host_class_cdc_acm_configure.c:112
_ux_host_class_cdc_acm_configure()
if
(
(
parent_device
!=
UX_NULL
)
&&
(
parent_device
->
ux_device_power_source
==
UX_DEVICE_BUS_POWERED
)
)
ux_host_class_cdc_acm_configure.c:120
_ux_host_class_cdc_acm_configure()
if
(
hid
->
ux_host_class_hid_device
->
ux_device_power_source
==
UX_DEVICE_BUS_POWERED
)
ux_host_class_hid_configure.c:117
_ux_host_class_hid_configure()
if
(
(
parent_device
!=
UX_NULL
)
&&
(
parent_device
->
ux_device_power_source
==
UX_DEVICE_BUS_POWERED
)
)
ux_host_class_hid_configure.c:122
_ux_host_class_hid_configure()
if
(
storage
->
ux_host_class_storage_device
->
ux_device_power_source
==
UX_DEVICE_BUS_POWERED
)
ux_host_class_storage_configure.c:113
_ux_host_class_storage_configure()
if
(
(
parent_device
!=
UX_NULL
)
&&
(
parent_device
->
ux_device_power_source
==
UX_DEVICE_BUS_POWERED
)
)
ux_host_class_storage_configure.c:121
_ux_host_class_storage_configure()
device
->
ux_device_power_source
=
(
configuration
->
ux_host_stack_configuration_set.c:184
_ux_host_stack_configuration_set()
device
->
ux_device_power_source
=
UX_DEVICE_BUS_POWERED
;
ux_host_stack_device_configuration_reset.c:116
_ux_host_stack_device_configuration_reset()
device
->
ux_device_power_source
=
UX_DEVICE_BUS_POWERED
;
ux_host_stack_new_device_create.c:172
_ux_host_stack_new_device_create()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
UX_DEVICE_STRUCT::ux_device_power_source
is written by 3 functions and is read by 3 functions:
_ux_host_stack_configuration_set()
_ux_host_stack_device_configuration_reset()
_ux_host_stack_new_device_create()
All items filtered out
UX_DEVICE_STRUCT::ux_device_power_source
_ux_host_class_hid_configure()
_ux_host_class_storage_configure()
_ux_host_class_cdc_acm_configure()
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