[][src]Struct adf4351::register::Mod

pub struct Mod(pub u16);

12-Bit Modulus Value (MOD) The 12 MOD bits (Bits[DB14:DB3]) set the fractional modulus. The fractional modulus is the ratio of the PFD frequency to the channel step resolution on the RF output. For more information, see the 12-Bit Programmable Modulus section.

Trait Implementations

impl BitField<R1> for Mod[src]

impl Clone for Mod[src]

impl Copy for Mod[src]

impl Debug for Mod[src]

impl From<u32> for Mod[src]

impl Into<u32> for Mod[src]

Auto Trait Implementations

impl Send for Mod

impl Sync for Mod

impl Unpin for Mod

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.