TinyUSB Library
get_itf()
is only used within TinyUSB Library.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
TinyUSB Library
get_itf()
get_itf() function
Syntax
Show:
Summary
Declaration
from
hub.c:57
TU_ATTR_ALWAYS_INLINE
static
inline
hub_interface_t
*
get_itf
(
uint8_t
dev_addr
)
;
Arguments
Argument
dev_addr
Examples
References
from
examples
Code
Location
Referrer
static
inline
hub_interface_t
*
get_itf
(
uint8_t
dev_addr
)
hub.c:58
hub_interface_t
*
p_hub
=
get_itf
(
dev_addr
)
;
hub.c:216
hub_open()
hub_interface_t
*
p_hub
=
get_itf
(
dev_addr
)
;
hub.c:227
hub_close()
hub_interface_t
*
hub_itf
=
get_itf
(
dev_addr
)
;
hub.c:237
hub_edpt_status_xfer()
hub_interface_t
*
p_hub
=
get_itf
(
dev_addr
)
;
hub.c:251
hub_set_config()
hub_interface_t
*
p_hub
=
get_itf
(
daddr
)
;
hub.c:289
config_set_port_power()
hub_interface_t
*
p_hub
=
get_itf
(
daddr
)
;
hub.c:307
config_port_power_complete()
hub_interface_t
*
p_hub
=
get_itf
(
dev_addr
)
;
hub.c:339
hub_xfer_cb()
hub_interface_t
*
p_hub
=
get_itf
(
daddr
)
;
hub.c:386
hub_get_status_complete()
hub_interface_t
*
p_hub
=
get_itf
(
daddr
)
;
hub.c:409
hub_port_get_status_complete()
hub_interface_t
*
p_hub
=
get_itf
(
daddr
)
;
hub.c:456
connection_clear_conn_change_complete()
Call Tree
from
examples
get_itf()
is called by 10 functions:
hub_open()
hub_close()
hub_edpt_status_xfer()
hub_set_config()
config_set_port_power()
config_port_power_complete()
hub_xfer_cb()
hub_get_status_complete()
hub_port_get_status_complete()
connection_clear_conn_change_complete()
All items filtered out
get_itf()
All items filtered out
Data Use
from
examples
get_itf()
reads 1 variable:
hub_data
All items filtered out
get_itf()
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