TinyUSB Library
_hub_buffer
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_buffer
_hub_buffer variable
Syntax
Show:
Summary
Declaration
from
hub.c:55
CFG_TUH_MEM_ALIGN
static
uint8_t
_hub_buffer
[
sizeof
(
descriptor_hub_desc_t
)
]
;
Examples
References
from
examples
Code
Location
Referrer
CFG_TUH_MEM_SECTION
CFG_TUH_MEM_ALIGN
static
uint8_t
_hub_buffer
[
sizeof
(
descriptor_hub_desc_t
)
]
;
hub.c:55
.
buffer
=
_hub_buffer
,
hub.c:274
hub_set_config()
descriptor_hub_desc_t
const
*
desc_hub
=
(
descriptor_hub_desc_t
const
*
)
_hub_buffer
;
hub.c:292
config_set_port_power()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
_hub_buffer
is read by 2 functions:
All items filtered out
_hub_buffer
hub_set_config()
config_set_port_power()
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