usbx
UX_SYSTEM_HOST_STRUCT::ux_system_host_max_devices
is only used within usbx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
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_max_devices
UX_SYSTEM_HOST_STRUCT::ux_system_host_max_devices field
Syntax
Show:
Summary
Declaration
from
ux_api.h:2406
ULONG
ux_system_host_max_devices
;
Examples
References
from
examples
Code
Location
Referrer
ULONG
ux_system_host_max_devices
;
ux_api.h:2406
if
(
device_index
>=
UX_SYSTEM_HOST_MAX_DEVICES_GET
(
)
)
ux_host_stack_device_get.c:90
_ux_host_stack_device_get()
while
(
current_device_index
<
_ux_system_host
->
ux_system_host_max_devices
)
ux_host_stack_device_get.c:109
_ux_host_stack_device_get()
while
(
container_index
++
<
_ux_system_host
->
ux_system_host_max_devices
)
ux_host_stack_device_remove.c:105
_ux_host_stack_device_remove()
if
(
container_index
>
_ux_system_host
->
ux_system_host_max_devices
)
ux_host_stack_device_remove.c:124
_ux_host_stack_device_remove()
scan_index
<
_ux_system_host
->
ux_system_host_max_devices
;
ux_host_stack_hcd_unregister.c:162
_ux_host_stack_hcd_unregister()
UX_SYSTEM_HOST_MAX_DEVICES_SET
(
UX_MAX_DEVICES
)
;
ux_host_stack_initialize.c:159
_ux_host_stack_initialize()
while
(
container_index
++
<
_ux_system_host
->
ux_system_host_max_devices
)
ux_host_stack_new_device_get.c:91
_ux_host_stack_new_device_get()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
UX_SYSTEM_HOST_STRUCT::ux_system_host_max_devices
is written by 1 function and is read by 4 functions:
_ux_host_stack_initialize()
All items filtered out
UX_SYSTEM_HOST_STRUCT::ux_system_host_max_devices
_ux_host_stack_device_get()
_ux_host_stack_device_remove()
_ux_host_stack_hcd_unregister()
_ux_host_stack_new_device_get()
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