ESP-IDF
hidd_set_report_evt_param
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
hidd_set_report_evt_param
hidd_set_report_evt_param struct
ESP_HIDD_SET_REPORT_EVT
Syntax
Show:
Summary
Declaration
from
esp_hidd_api.h:229
struct
hidd_set_report_evt_param
{
esp_hidd_report_type_t
report_type
;
uint8_t
report_id
;
uint16_t
len
;
uint8_t
*
data
;
}
;
Fields
Field
Declared as
Description
hidd_set_report_evt_param::report_type
esp_hidd_report_type_t
report type.
hidd_set_report_evt_param::report_id
uint8_t
report id.
hidd_set_report_evt_param::len
uint16_t
set_report data length.
hidd_set_report_evt_param::data
uint8_t
*
set_report data pointer.
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