sbi_spec::hsm::hart_state

Constant RESUME_PENDING

Source
pub const RESUME_PENDING: usize = 6;
Expand description

The hart is pending before being resumed.

An interrupt or platform specific hardware event has caused the hart to resume normal execution from the SUSPENDED state, and the SBI implementation is still working to get the hart in the STARTED state.