Function enable

Source
pub unsafe fn enable()
Expand description

Enables all the interrupts in the current hart (supervisor mode).

ยงSafety

Do not call this function inside a critical section.