usbx
UX_HUB_TT_STRUCT::ux_hub_tt_max_bandwidth
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_HUB_TT_STRUCT::ux_hub_tt_max_bandwidth
UX_HUB_TT_STRUCT::ux_hub_tt_max_bandwidth field
Syntax
Show:
Summary
Declaration
from
ux_api.h:1612
ULONG
ux_hub_tt_max_bandwidth
;
Examples
References
from
examples
Code
Location
Referrer
ULONG
ux_hub_tt_max_bandwidth
;
ux_api.h:1612
if
(
parent_device
->
ux_device_hub_tt
[
tt_index
]
.
ux_hub_tt_max_bandwidth
<
tt_bandwidth_claimed
)
ux_host_stack_bandwidth_check.c:238
_ux_host_stack_bandwidth_check()
parent_device
->
ux_device_hub_tt
[
tt_index
]
.
ux_hub_tt_max_bandwidth
-=
tt_bandwidth_claimed
;
ux_host_stack_bandwidth_claim.c:230
_ux_host_stack_bandwidth_claim()
parent_device
->
ux_device_hub_tt
[
tt_index
]
.
ux_hub_tt_max_bandwidth
+=
tt_bandwidth_claimed
;
ux_host_stack_bandwidth_release.c:225
_ux_host_stack_bandwidth_release()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
UX_HUB_TT_STRUCT::ux_hub_tt_max_bandwidth
is written by 2 functions and is read by 3 functions:
_ux_host_stack_bandwidth_claim()
_ux_host_stack_bandwidth_release()
All items filtered out
UX_HUB_TT_STRUCT::ux_hub_tt_max_bandwidth
_ux_host_stack_bandwidth_check()
_ux_host_stack_bandwidth_claim()
_ux_host_stack_bandwidth_release()
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