[][src]Struct dw1000::ll::TC_PGDELAY

pub struct TC_PGDELAY;

Pulse Generator Delay

Trait Implementations

impl Register for TC_PGDELAY[src]

impl Readable for TC_PGDELAY[src]

type Read = R

The type that is used to read from the register

impl Writable for TC_PGDELAY[src]

type Write = W

The type that is used to write to the register

Auto Trait Implementations

impl Send for TC_PGDELAY

impl Sync for TC_PGDELAY

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]