#[repr(u8)]pub enum Vstby {
VSTBY_0 = 0,
VSTBY_1 = 1,
}Variants§
VSTBY_0 = 0
Voltage will not be changed to standby voltage after next entrance to STOP mode. ( PMIC_STBY_REQ will remain negated - ‘0’)
VSTBY_1 = 1
Voltage will be requested to change to standby voltage after next entrance to stop mode. ( PMIC_STBY_REQ will be asserted - ‘1’).
Implementations§
Trait Implementations§
Source§impl Ord for Vstby
impl Ord for Vstby
Source§impl PartialOrd for Vstby
impl PartialOrd for Vstby
impl Copy for Vstby
impl Eq for Vstby
impl StructuralPartialEq for Vstby
Auto Trait Implementations§
impl Freeze for Vstby
impl RefUnwindSafe for Vstby
impl Send for Vstby
impl Sync for Vstby
impl Unpin for Vstby
impl UnwindSafe for Vstby
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more