ESP-IDF
hid_report_cmd_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
hid_report_cmd_t
hid_report_cmd_t struct
Syntax
Show:
Summary
Declaration
from
esp_hid_common.c:24
typedef
struct
{
uint8_t
cmd
;
uint8_t
len
;
union
{
uint32_t
value
;
uint8_t
data
[
4
]
;
}
;
}
hid_report_cmd_t
;
Fields
Field
Declared as
hid_report_cmd_t::cmd
uint8_t
hid_report_cmd_t::len
uint8_t
Related Functions
Found 2 other functions taking a
hid_report_cmd_t
argument:
Function
parse_cmd()
handle_cmd()
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