[][src]Enum adf4351::register::Muxout

pub enum Muxout {
    ThreeStateOut,
    Dvdd,
    Dgnd,
    RCntOut,
    NDivOut,
    Alock,
    Dlock,
}

The on-chip multiplexer is controlled by Bits[DB28:DB26] (see Figure 26). Note that N counter output must be disabled for VCO band selection to operate correctly.

Variants

ThreeStateOut
Dvdd
Dgnd
RCntOut
NDivOut
Alock
Dlock

Trait Implementations

impl BitField<R2> for Muxout[src]

impl Clone for Muxout[src]

impl Copy for Muxout[src]

impl Debug for Muxout[src]

impl From<u32> for Muxout[src]

impl Into<u32> for Muxout[src]

Auto Trait Implementations

impl Send for Muxout

impl Sync for Muxout

impl Unpin for Muxout

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.