Function set_kind

Source
pub fn set_kind(_core: Cpu, which: CpuInterrupt, kind: InterruptKind)
Available on crate feature unstable only.
Expand description

Set the interrupt kind (i.e. level or edge) of an CPU interrupt

The vectored interrupt handler will take care of clearing edge interrupt bits.