Function esp32c3_hal::esp_riscv_rt::riscv::interrupt::enable
pub unsafe fn enable()
Expand description
Enables all the interrupts in the current hart.
Safety
- Do not call this function inside a critical section.