Function esp32s3_hal::xtensa_lx::interrupt::enable
source · pub unsafe fn enable() -> u32
Expand description
Enables all the interrupts
§Safety
- Do not call this function inside an
interrupt::free
critical section