[][src]Enum adf4351::register::Ldf

pub enum Ldf {
    FracN,
    IntN,
}

The DB8 bit configures the lock detect function (LDF). The LDF controls the number of PFD cycles monitored by the lock detect circuit to ascertain whether lock has been achieved. When DB8 is set to 0, the number of PFD cycles monitored is 40. When DB8 is set to 1, the number of PFD cycles monitored is 5. It is recom- mended that the DB8 bit be set to 0 for fractional-N mode and to 1 for integer-N mode.

Variants

FracN
IntN

Trait Implementations

impl BitField<R2> for Ldf[src]

impl Clone for Ldf[src]

impl Copy for Ldf[src]

impl Debug for Ldf[src]

impl From<u32> for Ldf[src]

impl Into<u32> for Ldf[src]

Auto Trait Implementations

impl Send for Ldf

impl Sync for Ldf

impl Unpin for Ldf

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.