[][src]Struct adf4351::register::Phase

pub struct Phase(pub u16);

12-Bit Phase Value Bits[DB26:DB15] control the phase word. The phase word must be less than the MOD value programmed in Register 1. The phase word is used to program the RF output phase from 0° to 360° with a resolution of 360°/MOD (see the Phase Resync section).

Trait Implementations

impl BitField<R1> for Phase[src]

impl Clone for Phase[src]

impl Copy for Phase[src]

impl Debug for Phase[src]

impl From<u32> for Phase[src]

impl Into<u32> for Phase[src]

Auto Trait Implementations

impl Send for Phase

impl Sync for Phase

impl Unpin for Phase

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.