ESP-IDF
s_new_map
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
s_new_map
s_new_map variable
Syntax
Show:
Summary
Declaration
from
esp_hid_common.c:54
static
bool
s_new_map
=
false
;
Examples
References
from
examples
Code
Location
Referrer
static
bool
s_new_map
=
false
;
esp_hid_common.c:54
int
res
=
handle_report
(
&
s_report_params
,
s_new_map
)
;
esp_hid_common.c:273
handle_cmd()
s_new_map
=
false
;
esp_hid_common.c:278
handle_cmd()
int
res
=
handle_report
(
&
s_report_params
,
s_new_map
)
;
esp_hid_common.c:315
handle_cmd()
s_new_map
=
false
;
esp_hid_common.c:320
handle_cmd()
s_new_map
=
true
;
esp_hid_common.c:339
esp_hid_parse_report_map()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
s_new_map
is written by 2 functions and is read by 1 function:
handle_cmd()
esp_hid_parse_report_map()
All items filtered out
s_new_map
handle_cmd()
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