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

Return value

- ESP_OK on success - ESP_ERR_INVALID_ARG if callback function is NULL - ESP_ERR_NO_MEM if heap memory cannot be allocated for the interrupt

Notes

The ISR routine will only be active if the main CPU is not in deepsleep

References

from examples