#[repr(u8)]pub enum Reg1p1SelrefWeakLinreg {
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 Reg1p1SelrefWeakLinreg
impl Clone for Reg1p1SelrefWeakLinreg
Source§fn clone(&self) -> Reg1p1SelrefWeakLinreg
fn clone(&self) -> Reg1p1SelrefWeakLinreg
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 Reg1p1SelrefWeakLinreg
impl Debug for Reg1p1SelrefWeakLinreg
Source§impl From<Reg1p1SelrefWeakLinreg> for u8
impl From<Reg1p1SelrefWeakLinreg> for u8
Source§fn from(val: Reg1p1SelrefWeakLinreg) -> u8
fn from(val: Reg1p1SelrefWeakLinreg) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Reg1p1SelrefWeakLinreg
impl From<u8> for Reg1p1SelrefWeakLinreg
Source§fn from(val: u8) -> Reg1p1SelrefWeakLinreg
fn from(val: u8) -> Reg1p1SelrefWeakLinreg
Converts to this type from the input type.
Source§impl Ord for Reg1p1SelrefWeakLinreg
impl Ord for Reg1p1SelrefWeakLinreg
Source§fn cmp(&self, other: &Reg1p1SelrefWeakLinreg) -> Ordering
fn cmp(&self, other: &Reg1p1SelrefWeakLinreg) -> 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 PartialEq for Reg1p1SelrefWeakLinreg
impl PartialEq for Reg1p1SelrefWeakLinreg
Source§impl PartialOrd for Reg1p1SelrefWeakLinreg
impl PartialOrd for Reg1p1SelrefWeakLinreg
impl Copy for Reg1p1SelrefWeakLinreg
impl Eq for Reg1p1SelrefWeakLinreg
impl StructuralPartialEq for Reg1p1SelrefWeakLinreg
Auto Trait Implementations§
impl Freeze for Reg1p1SelrefWeakLinreg
impl RefUnwindSafe for Reg1p1SelrefWeakLinreg
impl Send for Reg1p1SelrefWeakLinreg
impl Sync for Reg1p1SelrefWeakLinreg
impl Unpin for Reg1p1SelrefWeakLinreg
impl UnwindSafe for Reg1p1SelrefWeakLinreg
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