esp_intr_set_in_iram() function
Set the "in IRAM" status of the handler.
Arguments
handle
The handle, as obtained by esp_intr_alloc or esp_intr_alloc_intrstatus
is_in_iram
Whether the handler associated with this handle resides in IRAM. Handlers residing in IRAM can be called when cache is disabled.
Return value
ESP_ERR_INVALID_ARG if the combination of arguments is invalid. ESP_OK otherwise
Notes
Does not work on shared interrupts.