Function enable

Source
pub fn enable(interrupt: Interrupt, level: Priority) -> Result<(), Error>
Available on crate feature unstable only.
Expand description

Enables a interrupt at a given priority

Note that interrupts still need to be enabled globally for interrupts to be serviced.