ESP-IDF
TAG
is only used within ESP-IDF.
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
ESP-IDF Framework and Examples
ESP-IDF
TAG
TAG variable
Syntax
Show:
Summary
Declaration
from
esp_hid_common.c:15
static
const
char
*
TAG
=
"hid_parser"
;
Examples
References
from
examples
Code
Location
Referrer
static
const
char
*
TAG
=
"hid_parser"
;
esp_hid_common.c:15
ESP_LOGE
(
TAG
,
"reports overflow"
)
;
esp_hid_common.c:60
add_report()
ESP_LOGE
(
TAG
,
"malloc failed"
)
;
esp_hid_common.c:73
handle_report()
ESP_LOGE
(
TAG
,
"not enough bytes! cmd: 0x%02x, len: %u, index: %u"
,
cmd
->
cmd
,
cmd
->
len
,
index
)
;
esp_hid_common.c:211
parse_cmd()
ESP_LOGE
(
TAG
,
"expected USAGE_PAGE, but got 0x%02x"
,
cmd
->
cmd
)
;
esp_hid_common.c:225
handle_cmd()
ESP_LOGE
(
TAG
,
"expected USAGE, but got 0x%02x"
,
cmd
->
cmd
)
;
esp_hid_common.c:237
handle_cmd()
ESP_LOGE
(
TAG
,
"expected COLLECTION, but got 0x%02x"
,
cmd
->
cmd
)
;
esp_hid_common.c:247
handle_cmd()
ESP_LOGE
(
TAG
,
"expected APPLICATION, but got 0x%02x"
,
cmd
->
value
)
;
esp_hid_common.c:252
handle_cmd()
ESP_LOGE
(
TAG
,
"ERROR: INPUT report does not amount to full bytes! %d (%d)"
,
s_report_params
.
input_len
,
s_report_params
.
input_len
&
0x7
)
;
esp_hid_common.c:266
handle_cmd()
ESP_LOGE
(
TAG
,
"ERROR: OUTPUT report does not amount to full bytes! %d (%d)"
,
s_report_params
.
output_len
,
s_report_params
.
output_len
&
0x7
)
;
esp_hid_common.c:268
handle_cmd()
ESP_LOGE
(
TAG
,
"ERROR: FEATURE report does not amount to full bytes! %d (%d)"
,
s_report_params
.
feature_len
,
s_report_params
.
feature_len
&
0x7
)
;
esp_hid_common.c:270
handle_cmd()
ESP_LOGE
(
TAG
,
"ERROR: INPUT report does not amount to full bytes! %d (%d)"
,
s_report_params
.
input_len
,
s_report_params
.
input_len
&
0x7
)
;
esp_hid_common.c:308
handle_cmd()
ESP_LOGE
(
TAG
,
"ERROR: OUTPUT report does not amount to full bytes! %d (%d)"
,
s_report_params
.
output_len
,
s_report_params
.
output_len
&
0x7
)
;
esp_hid_common.c:310
handle_cmd()
ESP_LOGE
(
TAG
,
"ERROR: FEATURE report does not amount to full bytes! %d (%d)"
,
s_report_params
.
feature_len
,
s_report_params
.
feature_len
&
0x7
)
;
esp_hid_common.c:312
handle_cmd()
ESP_LOGE
(
TAG
,
"Failed parsing the descriptor at index: %u"
,
index
)
;
esp_hid_common.c:345
esp_hid_parse_report_map()
ESP_LOGE
(
TAG
,
"hid_report_map malloc failed"
)
;
esp_hid_common.c:358
esp_hid_parse_report_map()
ESP_LOGE
(
TAG
,
"hid_report_items malloc failed! %u maps"
,
map
->
reports_len
)
;
esp_hid_common.c:368
esp_hid_parse_report_map()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TAG
is read by 5 functions:
All items filtered out
TAG
add_report()
handle_report()
parse_cmd()
handle_cmd()
esp_hid_parse_report_map()
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