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

pub struct R(_);

Used to read from the register

Methods

impl R[src]

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

Interrupt Request Status

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

Clock PLL Lock

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

External Sync Clock Reset

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

Automatic Acknowledge Trigger

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

TX Frame Begins

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

TX Preamble Sent

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

TX PHY Header Sent

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

TX Frame Sent

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

RX Preamble Detected

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

RX SFD Detected

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

LDE Processing Done

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

RX PHY Header Detect

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

RX PHY Header Error

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

RX Data Frame Ready

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

RX FCS Good

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

RX FCS Error

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

RX Reed-Solomon Frame Sync Loss

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

RX Frame Wait Timeout

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

Leading Edge Detection Error

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

RX Overrun

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

Preamble Detection Timeout

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

GPIO Interrupt

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

SLEEP to INIT

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

RF PLL Losing Lock

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

Clock PLL Losing Lock

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

Receive SFD Timeout

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

Half Period Delay Warning

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

TX Buffer Error

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

Auto Frame Filtering Rejection

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

Host Side RX Buffer Pointer

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

IC Side RX Buffer Pointer

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

RX Reed-Solomon Correction Status

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

RX Preamble Rejection

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

TX Power Up Time Error

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.