esp_intr_reserve() function
Reserve an interrupt to be used outside of this framework This will mark a certain interrupt on the specified CPU as reserved, not to be allocated for any reason.
Arguments
intno
The number of the interrupt (0-31)
cpu
CPU on which the interrupt should be marked as shared (0 or 1)
Return value
ESP_ERR_INVALID_ARG if cpu or intno is invalid ESP_OK otherwise