esp_intr_enable() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

ESP_ERR_INVALID_ARG if the combination of arguments is invalid. ESP_OK otherwise

Notes

For local interrupts (ESP_INTERNAL_* sources), this function has to be called on the CPU the interrupt is allocated on. Other interrupts have no such restriction.

References

from examples