TinyUSB Library
hub_interface_t::port_count
is only used within TinyUSB Library.
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
Raspberry Pi Pico SDK and Examples
TinyUSB Library
hub_interface_t::port_count
hub_interface_t::port_count field
Syntax
Show:
Summary
Declaration
from
hub.c:47
uint8_t
port_count
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
port_count
;
hub.c:47
p_hub
->
port_count
=
desc_hub
->
bNbrPorts
;
hub.c:293
config_set_port_power()
if
(
xfer
->
setup
->
wIndex
==
p_hub
->
port_count
)
hub.c:309
config_port_power_complete()
for
(
uint8_t
port
=
1
;
port
<=
p_hub
->
port_count
;
port
++
)
{
hub.c:360
hub_xfer_cb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hub_interface_t::port_count
is written by 1 function and is read by 2 functions:
config_set_port_power()
All items filtered out
hub_interface_t::port_count
config_port_power_complete()
hub_xfer_cb()
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