#[repr(u8)]pub enum SplltestctrlTestvSel {
PllBias = 0,
PllCco = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
Ldo = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
PllBias = 0
pll_bias_source.
PllCco = 1
pll_cco_current.
_RESERVED_2 = 2
_RESERVED_3 = 3
Ldo = 4
ldo_ldo1p1.
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
Source§impl Clone for SplltestctrlTestvSel
impl Clone for SplltestctrlTestvSel
Source§fn clone(&self) -> SplltestctrlTestvSel
fn clone(&self) -> SplltestctrlTestvSel
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 SplltestctrlTestvSel
impl Debug for SplltestctrlTestvSel
Source§impl From<SplltestctrlTestvSel> for u8
impl From<SplltestctrlTestvSel> for u8
Source§fn from(val: SplltestctrlTestvSel) -> u8
fn from(val: SplltestctrlTestvSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for SplltestctrlTestvSel
impl From<u8> for SplltestctrlTestvSel
Source§fn from(val: u8) -> SplltestctrlTestvSel
fn from(val: u8) -> SplltestctrlTestvSel
Converts to this type from the input type.
Source§impl Ord for SplltestctrlTestvSel
impl Ord for SplltestctrlTestvSel
Source§fn cmp(&self, other: &SplltestctrlTestvSel) -> Ordering
fn cmp(&self, other: &SplltestctrlTestvSel) -> 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 SplltestctrlTestvSel
impl PartialEq for SplltestctrlTestvSel
Source§impl PartialOrd for SplltestctrlTestvSel
impl PartialOrd for SplltestctrlTestvSel
impl Copy for SplltestctrlTestvSel
impl Eq for SplltestctrlTestvSel
impl StructuralPartialEq for SplltestctrlTestvSel
Auto Trait Implementations§
impl Freeze for SplltestctrlTestvSel
impl RefUnwindSafe for SplltestctrlTestvSel
impl Send for SplltestctrlTestvSel
impl Sync for SplltestctrlTestvSel
impl Unpin for SplltestctrlTestvSel
impl UnwindSafe for SplltestctrlTestvSel
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