[][src]Enum adf4351::register::BandSelectClockMode

pub enum BandSelectClockMode {
    Low,
    High,
}

Setting the DB23 bit to 1 selects a faster logic sequence of band selection, which is suitable for high PFD frequencies and is necessary for fast lock applications. Setting the DB23 bit to 0 is recommended for low PFD (<125 kHz) values. For the faster band select logic modes (DB23 set to 1), the value of the band select clock divider must be less than or equal to 254.

Variants

Low
High

Trait Implementations

impl BitField<R3> for BandSelectClockMode[src]

impl Clone for BandSelectClockMode[src]

impl Copy for BandSelectClockMode[src]

impl Debug for BandSelectClockMode[src]

impl From<u32> for BandSelectClockMode[src]

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