ESP-IDF
esp_event_post_instance::data_set
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
esp_event_post_instance::data_set
esp_event_post_instance::data_set field
indicates if data is null
Syntax
Show:
Summary
Declaration
from
esp_event_internal.h:103
bool
data_set
;
Examples
References
from
examples
Code
Location
Referrer
bool
data_set
;
/**< indicates if data is null */
esp_event_internal.h:103
if
(
post
.
data_set
)
{
esp_event.c:128
handler_execute()
post
.
data_set
=
true
;
esp_event.c:938
esp_event_post_to()
post
.
data_set
=
true
;
esp_event.c:1008
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::data_set
is written by 2 functions and is read by 1 function:
esp_event_post_to()
esp_event_isr_post_to()
All items filtered out
esp_event_post_instance::data_set
handler_execute()
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