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