pub const IE: VolAddress<Interrupts, Safe, Unsafe>;Expand description
Interrupt enable: which interrupts may fire.
ยงSafety
Enabling an interrupt with no handler installed runs whatever sits at its vector.
pub const IE: VolAddress<Interrupts, Safe, Unsafe>;Interrupt enable: which interrupts may fire.
Enabling an interrupt with no handler installed runs whatever sits at its vector.