[−][src]Function esp32_hal::interrupt::interrupt::enable_mask
pub unsafe fn enable_mask(mask: u32) -> u32
Enables specific interrupts and returns the previous setting
Safety
- Do not call this function inside an
interrupt::free
critical section