TinyUSB Library
TU_ATTR_UNUSED
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
TU_ATTR_UNUSED
TU_ATTR_UNUSED macro
Syntax
Show:
Summary
Declaration
from
tusb_compiler.h:136
#define
TU_ATTR_UNUSED
__attribute__
(
(
unused
)
)
Examples
References
from
examples
Code
Location
#define
TU_ATTR_UNUSED
__attribute__
(
(
unused
)
)
// Function/Variable is meant to be possibly unused
tusb_compiler.h:136
TU_ATTR_UNUSED
uint8_t
tuh_hid_parse_report_descriptor
(
tuh_hid_report_info_t
*
reports_info_arr
,
uint8_t
arr_count
,
hid_host.h:88
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