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