esp_intr_enable() function
Enable the interrupt associated with the handle
Arguments
handle
The handle, as obtained by esp_intr_alloc or esp_intr_alloc_intrstatus
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.