ESP-IDF
temp_hid_report_map_t
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
temp_hid_report_map_t
temp_hid_report_map_t struct
Syntax
Show:
Summary
Declaration
from
esp_hid_common.c:17
typedef
struct
{
uint16_t
appearance
;
uint8_t
usage_mask
;
uint8_t
reports_len
;
esp_hid_report_item_t
reports
[
64
]
;
}
temp_hid_report_map_t
;
Fields
Field
Declared as
temp_hid_report_map_t::appearance
uint16_t
temp_hid_report_map_t::usage_mask
uint8_t
temp_hid_report_map_t::reports_len
uint8_t
temp_hid_report_map_t::reports
esp_hid_report_item_t
[
64
]
Examples
References
from
examples
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