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