pub trait ResetReason { // Required method fn raw(&self) -> u32; }
A valid reason for system reset.
Get a raw value to pass to SBI environment.