Function set_priority

Source
pub unsafe fn set_priority(_core: Cpu, which: CpuInterrupt, priority: Priority)
Available on crate feature unstable only.
Expand description

Set the priority level of an CPU interrupt

§Safety

Great care must be taken when using this function; avoid changing the priority of interrupts 1 - 15.