Function esp32s2_hal::xtensa_lx::interrupt::set_mask
source · pub unsafe fn set_mask(mask: u32) -> u32Expand description
Enables specific interrupts and returns the previous setting
§Safety
- Do not call this function inside an
interrupt::freecritical section