pub unsafe fn wfi()
This is supported on
target_arch="riscv64"
only.Expand description
Generates the WFI
instruction
The WFI instruction provides a hint to the implementation that the current hart can be stalled until an interrupt might need servicing. This instruction is a hint, and a legal implementation is to simply implement WFI as a NOP.