Function are_interrupts_enabled

Source
pub fn are_interrupts_enabled() -> bool
Expand description

Check if interrupts are currently enabled on RISC-V

Returns true if the SIE bit is set in the sstatus register.