[][src]Struct k66::spi1::sr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn popnxtptr(&self) -> POPNXTPTRR[src]

Bits 0:3 - Pop Next Pointer

pub fn rxctr(&self) -> RXCTRR[src]

Bits 4:7 - RX FIFO Counter

pub fn txnxtptr(&self) -> TXNXTPTRR[src]

Bits 8:11 - Transmit Next Pointer

pub fn txctr(&self) -> TXCTRR[src]

Bits 12:15 - TX FIFO Counter

pub fn rfdf(&self) -> RFDFR[src]

Bit 17 - Receive FIFO Drain Flag

pub fn rfof(&self) -> RFOFR[src]

Bit 19 - Receive FIFO Overflow Flag

pub fn tfff(&self) -> TFFFR[src]

Bit 25 - Transmit FIFO Fill Flag

pub fn tfuf(&self) -> TFUFR[src]

Bit 27 - Transmit FIFO Underflow Flag

pub fn eoqf(&self) -> EOQFR[src]

Bit 28 - End of Queue Flag

pub fn txrxs(&self) -> TXRXSR[src]

Bit 30 - TX and RX Status

pub fn tcf(&self) -> TCFR[src]

Bit 31 - Transfer Complete Flag

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self