esp_cpu_intr_has_handler() is only used within ESP-IDF.
 
Symbols
loading (2/5)...
Files
loading (3/5)...
SummarySyntaxArgumentsReferencesCall TreeData Use

Return value

True if the interrupt has a handler function, false otherwise.

Notes

This function simply checks if the IVT of the current CPU already has a handler assigned.

References