irq_clear() function
Clear a specific interrupt on the executing core This method is only useful for "software" IRQs that are not connected to hardware (e.g. IRQs 26-31 on RP2040) as the the NVIC always reflects the current state of the IRQ state of the hardware for hardware IRQs, and clearing of the IRQ state of the hardware is performed via the hardware's registers instead.
Arguments
int_num
Interrupt number interrupt_nums