Expand description
Interrupts
Modules§
Functions§
- disable
- Disables all interrupts in the current hart (machine mode).
- enable⚠
- Enables all the interrupts in the current hart (machine mode).
- free
- Execute closure
fwith interrupts disabled in the current hart (machine mode). - nested⚠
- Execute closure
fwith interrupts enabled in the current hart (machine mode).