Function set_mask

Source
pub unsafe fn set_mask(mask: u32) -> u32
Expand description

Enables specific interrupts and returns the previous setting

ยงSafety

  • Do not call this function inside an interrupt::free critical section