[][src]Struct dw1000::ll::pmsc_ctrl0::R

pub struct R(_);

Used to read from the register

Methods

impl R[src]

pub fn sysclks(&self) -> u8[src]

System Clock Selection

pub fn rxclks(&self) -> u8[src]

Receiver Clock Selection

pub fn txclks(&self) -> u8[src]

Transmitter Clock Selection

pub fn face(&self) -> u8[src]

Force Accumulator Clock Enable

pub fn adcce(&self) -> u8[src]

ADC Clock Enable

pub fn amce(&self) -> u8[src]

Accumulator Memory Clock Enable

pub fn gpce(&self) -> u8[src]

GPIO Clock Enable

pub fn gprn(&self) -> u8[src]

GPIO Reset (Not), active low

pub fn gpdce(&self) -> u8[src]

GPIO De-bounce Clock Enable

pub fn gpdrn(&self) -> u8[src]

GPIO De-bounce Reset (Not), active low

pub fn khzclken(&self) -> u8[src]

Kilohertz Clock Enable

pub fn softreset(&self) -> u8[src]

Soft Reset

Trait Implementations

impl Debug for R[src]

Auto Trait Implementations

impl Send for R

impl Sync for R

impl Unpin for R

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.