#[repr(u8)]pub enum Reg1p1ClrSelrefWeakLinreg {
SELREF_WEAK_LINREG_0 = 0,
SELREF_WEAK_LINREG_1 = 1,
}Variants§
SELREF_WEAK_LINREG_0 = 0
Weak-linreg output tracks low-power-bandgap voltage
SELREF_WEAK_LINREG_1 = 1
Weak-linreg output tracks VDD_SOC_IN voltage
Implementations§
Trait Implementations§
Source§impl Clone for Reg1p1ClrSelrefWeakLinreg
impl Clone for Reg1p1ClrSelrefWeakLinreg
Source§fn clone(&self) -> Reg1p1ClrSelrefWeakLinreg
fn clone(&self) -> Reg1p1ClrSelrefWeakLinreg
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Reg1p1ClrSelrefWeakLinreg
impl Debug for Reg1p1ClrSelrefWeakLinreg
Source§impl From<Reg1p1ClrSelrefWeakLinreg> for u8
impl From<Reg1p1ClrSelrefWeakLinreg> for u8
Source§fn from(val: Reg1p1ClrSelrefWeakLinreg) -> u8
fn from(val: Reg1p1ClrSelrefWeakLinreg) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Reg1p1ClrSelrefWeakLinreg
impl From<u8> for Reg1p1ClrSelrefWeakLinreg
Source§fn from(val: u8) -> Reg1p1ClrSelrefWeakLinreg
fn from(val: u8) -> Reg1p1ClrSelrefWeakLinreg
Converts to this type from the input type.
Source§impl Ord for Reg1p1ClrSelrefWeakLinreg
impl Ord for Reg1p1ClrSelrefWeakLinreg
Source§fn cmp(&self, other: &Reg1p1ClrSelrefWeakLinreg) -> Ordering
fn cmp(&self, other: &Reg1p1ClrSelrefWeakLinreg) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for Reg1p1ClrSelrefWeakLinreg
impl PartialOrd for Reg1p1ClrSelrefWeakLinreg
impl Copy for Reg1p1ClrSelrefWeakLinreg
impl Eq for Reg1p1ClrSelrefWeakLinreg
impl StructuralPartialEq for Reg1p1ClrSelrefWeakLinreg
Auto Trait Implementations§
impl Freeze for Reg1p1ClrSelrefWeakLinreg
impl RefUnwindSafe for Reg1p1ClrSelrefWeakLinreg
impl Send for Reg1p1ClrSelrefWeakLinreg
impl Sync for Reg1p1ClrSelrefWeakLinreg
impl Unpin for Reg1p1ClrSelrefWeakLinreg
impl UnwindSafe for Reg1p1ClrSelrefWeakLinreg
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