[][src]Enum adf4351::register::AntiBacklashPulseWidth

pub enum AntiBacklashPulseWidth {
    AB6ns,
    AB3ns,
}

Bit DB22 sets the PFD antibacklash pulse width. When Bit DB22 is set to 0, the PFD antibacklash pulse width is 6 ns. This setting is recommended for fractional-N use. When Bit DB22 is set to 1, the PFD antibacklash pulse width is 3 ns, which results in phase noise and spur improvements in integer-N operation. For fractional-N operation, the 3 ns setting is not recommended.

Variants

AB6ns
AB3ns

Trait Implementations

impl BitField<R3> for AntiBacklashPulseWidth[src]

impl Clone for AntiBacklashPulseWidth[src]

impl Copy for AntiBacklashPulseWidth[src]

impl Debug for AntiBacklashPulseWidth[src]

impl From<u32> for AntiBacklashPulseWidth[src]

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