pub const IF: VolAddress<Interrupts, Safe, Unsafe>;Expand description
Interrupt flag: pending interrupt requests.
ยงSafety
Writing can request an interrupt; with no handler installed the CPU runs whatever sits at the vector.
pub const IF: VolAddress<Interrupts, Safe, Unsafe>;Interrupt flag: pending interrupt requests.
Writing can request an interrupt; with no handler installed the CPU runs whatever sits at the vector.