UX_DEVICE_STRUCT::ux_device_hub_tt is only used within usbx.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesusbxUX_DEVICE_STRUCT::ux_device_hub_tt

UX_DEVICE_STRUCT::ux_device_hub_tt field

Syntax

struct UX_HUB_TT_STRUCT ux_device_hub_tt[UX_MAX_TT];

References

LocationReferrerText
ux_api.h:1882
ux_device_hub_tt[UX_MAX_TT];
ux_host_stack_bandwidth_check.c:233_ux_host_stack_bandwidth_check()
if ((parent_device -> ux_device_hub_tt[tt_index].ux_hub_tt_port_mapping & port_map) != 0)
ux_host_stack_bandwidth_check.c:238_ux_host_stack_bandwidth_check()
if (parent_device -> ux_device_hub_tt[tt_index].ux_hub_tt_max_bandwidth < tt_bandwidth_claimed)
ux_host_stack_bandwidth_claim.c:225_ux_host_stack_bandwidth_claim()
if ((parent_device -> ux_device_hub_tt[tt_index].ux_hub_tt_port_mapping & port_map) != 0)
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:220_ux_host_stack_bandwidth_release()
if ((parent_device -> ux_device_hub_tt[tt_index].ux_hub_tt_port_mapping & port_map) != 0)
ux_host_stack_bandwidth_release.c:225_ux_host_stack_bandwidth_release()
parent_device -> ux_device_hub_tt[tt_index].ux_hub_tt_max_bandwidth += tt_bandwidth_claimed;

Data Use

Functions reading UX_DEVICE_STRUCT::ux_device_hub_tt
UX_DEVICE_STRUCT::ux_device_hub_tt
Type of UX_DEVICE_STRUCT::ux_device_hub_tt
UX_DEVICE_STRUCT::ux_device_hub_tt
all items filtered out