pub fn set_kind(_core: Cpu, which: CpuInterrupt, kind: InterruptKind)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.
pub fn set_kind(_core: Cpu, which: CpuInterrupt, kind: InterruptKind)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.