#[repr(u8)]pub enum PllSicTogPllDivSel {
VALUE0 = 0,
VALUE1 = 1,
VALUE2 = 2,
VALUE3 = 3,
VALUE4 = 4,
VALUE5 = 5,
VALUE6 = 6,
VALUE7 = 7,
}Variants§
VALUE0 = 0
Divide by 13
VALUE1 = 1
Divide by 15
VALUE2 = 2
Divide by 16
VALUE3 = 3
Divide by 20
VALUE4 = 4
Divide by 22
VALUE5 = 5
Divide by 25
VALUE6 = 6
Divide by 30
VALUE7 = 7
Divide by 240
Implementations§
Trait Implementations§
Source§impl Clone for PllSicTogPllDivSel
impl Clone for PllSicTogPllDivSel
Source§fn clone(&self) -> PllSicTogPllDivSel
fn clone(&self) -> PllSicTogPllDivSel
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 PllSicTogPllDivSel
impl Debug for PllSicTogPllDivSel
Source§impl From<PllSicTogPllDivSel> for u8
impl From<PllSicTogPllDivSel> for u8
Source§fn from(val: PllSicTogPllDivSel) -> u8
fn from(val: PllSicTogPllDivSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for PllSicTogPllDivSel
impl From<u8> for PllSicTogPllDivSel
Source§fn from(val: u8) -> PllSicTogPllDivSel
fn from(val: u8) -> PllSicTogPllDivSel
Converts to this type from the input type.
Source§impl Ord for PllSicTogPllDivSel
impl Ord for PllSicTogPllDivSel
Source§fn cmp(&self, other: &PllSicTogPllDivSel) -> Ordering
fn cmp(&self, other: &PllSicTogPllDivSel) -> 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 PllSicTogPllDivSel
impl PartialEq for PllSicTogPllDivSel
Source§impl PartialOrd for PllSicTogPllDivSel
impl PartialOrd for PllSicTogPllDivSel
impl Copy for PllSicTogPllDivSel
impl Eq for PllSicTogPllDivSel
impl StructuralPartialEq for PllSicTogPllDivSel
Auto Trait Implementations§
impl Freeze for PllSicTogPllDivSel
impl RefUnwindSafe for PllSicTogPllDivSel
impl Send for PllSicTogPllDivSel
impl Sync for PllSicTogPllDivSel
impl Unpin for PllSicTogPllDivSel
impl UnwindSafe for PllSicTogPllDivSel
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