pub fn disable_interrupts()Expand description
Disable interrupts globally on RISC-V
Clears the SIE (Supervisor Interrupt Enable) bit in the sstatus register.
pub fn disable_interrupts()Disable interrupts globally on RISC-V
Clears the SIE (Supervisor Interrupt Enable) bit in the sstatus register.