TinyUSB Library
TOTAL_DEVICES
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
TOTAL_DEVICES
TOTAL_DEVICES macro
Syntax
Show:
Summary
Declaration
from
usbh.c:227
#define
TOTAL_DEVICES
(
CFG_TUH_DEVICE_MAX
+
CFG_TUH_HUB
)
Examples
References
from
examples
Code
Location
#define
TOTAL_DEVICES
(
CFG_TUH_DEVICE_MAX
+
CFG_TUH_HUB
)
usbh.c:227
static
usbh_device_t
_usbh_devices
[
TOTAL_DEVICES
]
;
usbh.c:237
TU_VERIFY
(
dev_addr
>
0
&&
dev_addr
<=
TOTAL_DEVICES
,
NULL
)
;
usbh.c:272
for
(
uint8_t
i
=
0
;
i
<
TOTAL_DEVICES
;
i
++
)
{
usbh.c:390
for
(
uint8_t
dev_id
=
0
;
dev_id
<
TOTAL_DEVICES
;
dev_id
++
)
{
usbh.c:1219
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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