Home
last modified time | relevance | path

Searched refs:data_allocated (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/esp_event/private_include/
Desp_event_internal.h106 …bool data_allocated; /**< indicates whether data is al… member
/hal_espressif-latest/components/esp_event/
Desp_event.c130 if (post.data_allocated) { in handler_execute()
438 if (post->data_allocated && post->data.ptr) { in post_instance_delete()
852 post.data_allocated = true; in esp_event_post_to()
924 post.data_allocated = false; in esp_event_isr_post_to()