[][src]Enum adf4351::register::ClockDividerMode

pub enum ClockDividerMode {
    Off,
    FastLock,
    Resync,
}

Bits[DB16:DB15] must be set to 10 to activate phase resync (see the Phase Resync section). These bits must be set to 01 to activate fast lock (see the Fast Lock Timer and Register Sequences section). Setting Bits[DB16:DB15] to 00 disables the clock divider (see Figure 27).

Variants

Off
FastLock
Resync

Trait Implementations

impl BitField<R3> for ClockDividerMode[src]

impl Clone for ClockDividerMode[src]

impl Copy for ClockDividerMode[src]

impl Debug for ClockDividerMode[src]

impl From<u32> for ClockDividerMode[src]

impl Into<u32> for ClockDividerMode[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.