TinyUSB Library
TU_LOG_INT
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
TU_LOG_INT
TU_LOG_INT macro
Syntax
Show:
Summary
Declaration
from
tusb_debug.h:129
#define
TU_LOG_INT
(
n
,
...
)
Arguments
Argument
n
Examples
References
from
examples
Code
Location
#define
TU_LOG_INT
(
n
,
...
)
tusb_debug.h:129
TU_LOG_INT
(
CFG_TUD_LOG_LEVEL
,
sizeof
(
usbd_device_t
)
)
;
usbd.c:456
TU_LOG_INT
(
CFG_TUD_LOG_LEVEL
,
sizeof
(
dcd_event_t
)
)
;
usbd.c:457
TU_LOG_INT
(
CFG_TUD_LOG_LEVEL
,
sizeof
(
tu_fifo_t
)
)
;
usbd.c:458
TU_LOG_INT
(
CFG_TUD_LOG_LEVEL
,
sizeof
(
tu_edpt_stream_t
)
)
;
usbd.c:459
#define
TU_LOG_INT_USBH
(
...
)
TU_LOG_INT
(
CFG_TUH_LOG_LEVEL
,
__VA_ARGS__
)
usbh_pvt.h:41
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