ESP-IDF
esp_event_post_instance::id
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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_post_instance::id
esp_event_post_instance::id field
the event id
Syntax
Show:
Summary
Declaration
from
esp_event_internal.h:106
int32_t
id
;
Examples
References
from
examples
Code
Location
Referrer
int32_t
id
;
/**< the event id */
esp_event_internal.h:106
ESP_LOGD
(
TAG
,
"running post %s:%"
PRIu32
" with handler %p and context %p on loop %p"
,
post
.
base
,
post
.
id
,
handler
->
handler_ctx
->
handler
,
&
handler
->
handler_ctx
,
loop
)
;
esp_event.c:118
handler_execute()
(
*
(
handler
->
handler_ctx
->
handler
)
)
(
handler
->
handler_ctx
->
arg
,
post
.
base
,
post
.
id
,
data_ptr
)
;
esp_event.c:136
handler_execute()
if
(
id_node
->
id
==
post
.
id
)
{
esp_event.c:692
esp_event_loop_run()
int32_t
id
=
post
.
id
;
esp_event.c:709
esp_event_loop_run()
post
.
id
=
event_id
;
esp_event.c:942
esp_event_post_to()
post
.
id
=
event_id
;
esp_event.c:1011
esp_event_isr_post_to()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_event_post_instance::id
is written by 2 functions and is read by 2 functions:
esp_event_post_to()
esp_event_isr_post_to()
All items filtered out
esp_event_post_instance::id
handler_execute()
esp_event_loop_run()
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