esp_event_isr_post_to() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

- ESP_OK: Success - ESP_FAIL: Event queue for the loop full - ESP_ERR_INVALID_ARG: Invalid combination of event base and event ID, data size of more than 4 bytes - Others: Fail

Notes

this function is only available when CONFIG_ESP_EVENT_POST_FROM_ISR is enabled when this function is called from an interrupt handler placed in IRAM, this function should be placed in IRAM as well by enabling CONFIG_ESP_EVENT_POST_FROM_IRAM_ISR

References

from examples