ESP-IDF
esp_event_handler_context::arg
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_event_handler_context::arg
esp_event_handler_context::arg field
Syntax
Show:
Summary
Declaration
from
esp_event_internal.h:23
void
*
arg
;
Examples
References
from
examples
Code
Location
Referrer
void
*
arg
;
esp_event_internal.h:23
(
*
(
handler
->
handler_ctx
->
handler
)
)
(
handler
->
handler_ctx
->
arg
,
post
.
base
,
post
.
id
,
data_ptr
)
;
esp_event.c:136
handler_execute()
context
->
arg
=
event_handler_arg
;
esp_event.c:165
handler_instances_add()
it
->
handler_ctx
->
arg
=
event_handler_arg
;
esp_event.c:176
handler_instances_add()
handler_ctx_copy
->
arg
=
ctx
->
handler_ctx
->
arg
;
esp_event.c:531
find_and_unregister_handler()
local_handler_ctx
.
arg
=
NULL
;
esp_event.c:897
esp_event_handler_unregister_with()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_event_handler_context::arg
is written by 3 functions and is read by 2 functions:
handler_instances_add()
find_and_unregister_handler()
esp_event_handler_unregister_with()
All items filtered out
esp_event_handler_context::arg
handler_execute()
find_and_unregister_handler()
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