Enum Pmode
pub enum Pmode {
_0 = 0,
_1 = 1,
}Expand description
Power Mode Select
Value on reset: 0
Variants§
_0 = 0
0: Low Speed (LS) comparison mode is selected.
_1 = 1
1: High Speed (HS) comparison mode is selected, in VLPx mode, or Stop mode switched to Low Speed (LS) mode.
Trait Implementations§
impl Copy for Pmode
impl Eq for Pmode
impl StructuralPartialEq for Pmode
Auto Trait Implementations§
impl Freeze for Pmode
impl RefUnwindSafe for Pmode
impl Send for Pmode
impl Sync for Pmode
impl Unpin for Pmode
impl UnwindSafe for Pmode
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