Enum Vlpsa
pub enum Vlpsa {
_0 = 0,
_1 = 1,
}Expand description
Very Low Power Stop Aborted
Value on reset: 0
Variants§
_0 = 0
0: The previous stop mode entry was successful.
_1 = 1
1: The previous stop mode entry was aborted.
Trait Implementations§
impl Copy for Vlpsa
impl Eq for Vlpsa
impl StructuralPartialEq for Vlpsa
Auto Trait Implementations§
impl Freeze for Vlpsa
impl RefUnwindSafe for Vlpsa
impl Send for Vlpsa
impl Sync for Vlpsa
impl Unpin for Vlpsa
impl UnwindSafe for Vlpsa
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