ESP-IDF
esp_hid_report_item_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_hid_report_item_t
esp_hid_report_item_t struct
HID report item structure
Syntax
Show:
Summary
Declaration
from
esp_hid_common.h:138
typedef
struct
{
uint8_t
map_index
;
uint8_t
report_id
;
uint8_t
report_type
;
uint8_t
protocol_mode
;
esp_hid_usage_t
usage
;
uint16_t
value_len
;
}
esp_hid_report_item_t
;
Fields
Field
Declared as
Description
esp_hid_report_item_t::map_index
uint8_t
HID report map index.
esp_hid_report_item_t::report_id
uint8_t
HID report id.
esp_hid_report_item_t::report_type
uint8_t
HID report type.
esp_hid_report_item_t::protocol_mode
uint8_t
HID protocol mode.
esp_hid_report_item_t::usage
esp_hid_usage_t
HID usage type.
esp_hid_report_item_t::value_len
uint16_t
HID report length in bytes.
Related Functions
Found 2 other functions taking a
esp_hid_report_item_t
argument:
Function
Description
add_report()
esp_hidh_dev_reports_get()
Get an array of all reports found on a device @return: ESP_OK on success
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