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.
pub fn are_interrupts_enabled() -> bool
Check if interrupts are currently enabled on RISC-V
Returns true if the SIE bit is set in the sstatus register.