Constant sbi_spec::hsm::hart_state::SUSPEND_PENDING
source · pub const SUSPEND_PENDING: usize = 5;
Expand description
The hart is pending before being suspended.
The hart has requested to put itself in a platform-specific low-power state from the STARTED state, and the SBI implementation is still working to get the hart in the platform-specific SUSPENDED state.