#[repr(u8)]pub enum PllSicClrRefbiasPwdSel {
VALUE0 = 0,
VALUE1 = 1,
}Variants§
VALUE0 = 0
Selects PLL_POWER to control the reference bias
VALUE1 = 1
Selects REFBIAS_PWD to control the reference bias
Implementations§
Trait Implementations§
Source§impl Clone for PllSicClrRefbiasPwdSel
impl Clone for PllSicClrRefbiasPwdSel
Source§fn clone(&self) -> PllSicClrRefbiasPwdSel
fn clone(&self) -> PllSicClrRefbiasPwdSel
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 PllSicClrRefbiasPwdSel
impl Debug for PllSicClrRefbiasPwdSel
Source§impl From<PllSicClrRefbiasPwdSel> for u8
impl From<PllSicClrRefbiasPwdSel> for u8
Source§fn from(val: PllSicClrRefbiasPwdSel) -> u8
fn from(val: PllSicClrRefbiasPwdSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for PllSicClrRefbiasPwdSel
impl From<u8> for PllSicClrRefbiasPwdSel
Source§fn from(val: u8) -> PllSicClrRefbiasPwdSel
fn from(val: u8) -> PllSicClrRefbiasPwdSel
Converts to this type from the input type.
Source§impl Ord for PllSicClrRefbiasPwdSel
impl Ord for PllSicClrRefbiasPwdSel
Source§fn cmp(&self, other: &PllSicClrRefbiasPwdSel) -> Ordering
fn cmp(&self, other: &PllSicClrRefbiasPwdSel) -> 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 PllSicClrRefbiasPwdSel
impl PartialEq for PllSicClrRefbiasPwdSel
Source§impl PartialOrd for PllSicClrRefbiasPwdSel
impl PartialOrd for PllSicClrRefbiasPwdSel
impl Copy for PllSicClrRefbiasPwdSel
impl Eq for PllSicClrRefbiasPwdSel
impl StructuralPartialEq for PllSicClrRefbiasPwdSel
Auto Trait Implementations§
impl Freeze for PllSicClrRefbiasPwdSel
impl RefUnwindSafe for PllSicClrRefbiasPwdSel
impl Send for PllSicClrRefbiasPwdSel
impl Sync for PllSicClrRefbiasPwdSel
impl Unpin for PllSicClrRefbiasPwdSel
impl UnwindSafe for PllSicClrRefbiasPwdSel
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