Constant sbi_spec::hsm::hart_state::START_PENDING
source · pub const START_PENDING: usize = 2;
Expand description
The hart is pending before being started
Some other hart has requested to start (or power-up) the hart from the STOPPED state, and the SBI implementation is still working to get the hart in the STARTED state.