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