ESP-IDF
esp_event_post_instance::data_allocated
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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_post_instance::data_allocated
esp_event_post_instance::data_allocated field
indicates whether data is allocated from heap
Syntax
Show:
Summary
Declaration
from
esp_event_internal.h:102
bool
data_allocated
;
Examples
References
from
examples
Code
Location
Referrer
bool
data_allocated
;
/**< indicates whether data is allocated from heap */
esp_event_internal.h:102
if
(
post
.
data_allocated
)
{
esp_event.c:129
handler_execute()
if
(
post
->
data_allocated
)
esp_event.c:432
post_instance_delete()
post
.
data_allocated
=
true
;
esp_event.c:937
esp_event_post_to()
post
.
data_allocated
=
false
;
esp_event.c:1007
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_allocated
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::data_allocated
handler_execute()
post_instance_delete()
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