ESP-IDF
esp_hidh_preprocess_event_handler()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_hidh_preprocess_event_handler()
esp_hidh_preprocess_event_handler() function
The deep copy data append the end of the esp_hidh_event_data_t, move the data pointer to the correct address. This is a workaround way, it's better to use flexible array in the interface.
Syntax
Show:
Summary
Declaration
Definition
from
esp_hidh_private.h:157
void
esp_hidh_preprocess_event_handler
(
void
*
event_handler_arg
,
esp_event_base_t
event_base
,
int32_t
event_id
,
void
*
event_data
)
;
Implemented in
esp_hidh.c:909
Arguments
Argument
Declared as
event_handler_arg
void
*
event_base
esp_event_base_t
event_id
int32_t
event_data
void
*
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