#[repr(u8)]pub enum PllPrediv {
PREDIV_1 = 0,
PREDIV_2 = 1,
}Variants§
PREDIV_1 = 0
Uses the undivided reference clock for PLL loop
PREDIV_2 = 1
Divides the reference clock by two for PLL loop
Implementations§
Trait Implementations§
Source§impl Ord for PllPrediv
impl Ord for PllPrediv
Source§impl PartialOrd for PllPrediv
impl PartialOrd for PllPrediv
impl Copy for PllPrediv
impl Eq for PllPrediv
impl StructuralPartialEq for PllPrediv
Auto Trait Implementations§
impl Freeze for PllPrediv
impl RefUnwindSafe for PllPrediv
impl Send for PllPrediv
impl Sync for PllPrediv
impl Unpin for PllPrediv
impl UnwindSafe for PllPrediv
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