TinyUSB Library
pico_info
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
pico_info
pico_info macro
Syntax
Show:
Summary
Declaration
from
rp2040_usb.h:42
#define
pico_info
(
...
)
TU_LOG
(
2
,
__VA_ARGS__
)
Examples
References
from
examples
Code
Location
#define
pico_info
(
...
)
TU_LOG
(
2
,
__VA_ARGS__
)
rp2040_usb.h:42
pico_info
(
" Allocated %d bytes at offset 0x%x (0x%p)\r\n"
,
size
,
dpram_offset
,
ep
->
hw_data_buf
)
;
dcd_rp2040.c:85
pico_info
(
"dcd_remote_wakeup %d\n"
,
rhport
)
;
dcd_rp2040.c:442
pico_info
(
"Allocate %s ep %d\n"
,
tu_edpt_type_str
(
transfer_type
)
,
ep
->
interrupt_num
)
;
hcd_rp2040.c:286
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