irq_get_priority() function
Get specified interrupt's priority Numerically-lower values indicate a higher priority. Hardware priorities range from 0 (highest priority) to 255 (lowest priority). To make it easier to specify higher or lower priorities than the default, all IRQ priorities are initialized to PICO_DEFAULT_IRQ_PRIORITY by the SDK runtime at startup. PICO_DEFAULT_IRQ_PRIORITY defaults to 0x80 \if rp2040_specific Only the top 2 bits are significant on ARM Cortex-M0+ on RP2040. \endif \if rp2350_specific Only the top 4 bits are significant on ARM Cortex-M33 or Hazard3 (RISC-V) on RP2350. Note that this API uses the same (inverted) ordering as ARM on RISC-V \endif
Arguments
num
Interrupt number interrupt_nums
Return value
the IRQ priority