ESP-IDF
hid_report_params_t::usage_page
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
hid_report_params_t::usage_page
hid_report_params_t::usage_page field
Syntax
Show:
Summary
Declaration
from
esp_hid_common.c:34
uint16_t
usage_page
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
usage_page
;
esp_hid_common.c:34
if
(
report
->
usage_page
==
HID_USAGE_PAGE_GENERIC_DESKTOP
&&
report
->
usage
==
HID_USAGE_KEYBOARD
)
{
esp_hid_common.c:82
handle_report()
}
else
if
(
report
->
usage_page
==
HID_USAGE_PAGE_GENERIC_DESKTOP
&&
report
->
usage
==
HID_USAGE_MOUSE
)
{
esp_hid_common.c:121
handle_report()
if
(
report
->
usage_page
==
HID_USAGE_PAGE_GENERIC_DESKTOP
)
{
esp_hid_common.c:144
handle_report()
}
else
if
(
report
->
usage_page
==
HID_USAGE_PAGE_CONSUMER_DEVICE
&&
report
->
usage
==
HID_USAGE_CONSUMER_CONTROL
)
{
esp_hid_common.c:154
handle_report()
}
else
if
(
report
->
usage_page
>=
0xFF
)
{
esp_hid_common.c:158
handle_report()
s_report_params
.
usage_page
=
cmd
->
value
;
esp_hid_common.c:231
handle_cmd()
s_report_params
.
usage_page
=
s_report_params
.
inner_usage_page
;
esp_hid_common.c:284
handle_cmd()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hid_report_params_t::usage_page
is written by 1 function and is read by 1 function:
handle_cmd()
All items filtered out
hid_report_params_t::usage_page
handle_report()
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