[][src]Enum adf4351::register::Pr1Prescaler

pub enum Pr1Prescaler {
    Pr45,
    Pr89,
}

The dual-modulus prescaler (P/P + 1), along with the INT, FRAC, and MOD values, determines the overall division ratio from the VCO output to the PFD input. The PR1 bit (DB27) in Register 1 sets the prescaler value. Operating at CML levels, the prescaler takes the clock from the VCO output and divides it down for the counters. The prescaler is based on a synchronous 4/5 core. When the prescaler is set to 4/5, the maximum RF frequency allowed is 3.6 GHz. Therefore, when operating the ADF4351 above 3.6 GHz, the prescaler must be set to 8/9.

Variants

Pr45

Prescaler = 4/5: INT N MIN = 23

Pr89

Prescaler = 8/9: INT N MIN = 75

Trait Implementations

impl BitField<R1> for Pr1Prescaler[src]

impl Clone for Pr1Prescaler[src]

impl Copy for Pr1Prescaler[src]

impl Debug for Pr1Prescaler[src]

impl From<u32> for Pr1Prescaler[src]

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