[][src]Enum adf4351::register::CycleSlipReduction

pub enum CycleSlipReduction {
    Disabled,
    Enabled,
}

Setting the DB18 bit to 1 enables cycle slip reduction. CSR is a method for improving lock times. Note that the signal at the phase frequency detector (PFD) must have a 50% duty cycle for cycle slip reduction to work. The charge pump current setting must also be set to a minimum. For more information, see the Cycle Slip Reduction for Faster Lock Times section.

Variants

Disabled
Enabled

Trait Implementations

impl BitField<R3> for CycleSlipReduction[src]

impl Clone for CycleSlipReduction[src]

impl Copy for CycleSlipReduction[src]

impl Debug for CycleSlipReduction[src]

impl From<u32> for CycleSlipReduction[src]

impl Into<u32> for CycleSlipReduction[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.