ESP-IDF + 0/1 examples
SourceVu will show references to esp_intr_free() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

ESP_ERR_INVALID_ARG the handle is NULL ESP_FAIL failed to release this handle ESP_OK otherwise

Notes

When the handler shares its source with other handlers, the interrupt status bits it's responsible for should be managed properly before freeing it. see ``esp_intr_disable`` for more details. Please do not call this function in ``esp_ipc_call_blocking``.

References

from examples