irq_set_mask_n_enabled() function
Enable/disable multiple interrupts on the executing core
Arguments
n
the index of the mask to update. n == 0 means 0->31, n == 1 mean 32->63 etc.
mask
32-bit mask with one bits set for the interrupts to enable/disable interrupt_nums
enabled
true to enable the interrupts, false to disable them.