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