pub const STOP_PENDING: usize = 3;
Expand description
The hart is pending before being stopped.
The hart has requested to stop (or power-down) itself from the STARTED state, and the SBI implementation is still working to get the hart in the STOPPED state.