[][src]Struct k66::spi1::rser::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 rfdf_dirs(&self) -> RFDF_DIRSR[src]

Bit 16 - Receive FIFO Drain DMA or Interrupt Request Select

pub fn rfdf_re(&self) -> RFDF_RER[src]

Bit 17 - Receive FIFO Drain Request Enable

pub fn rfof_re(&self) -> RFOF_RER[src]

Bit 19 - Receive FIFO Overflow Request Enable

pub fn tfff_dirs(&self) -> TFFF_DIRSR[src]

Bit 24 - Transmit FIFO Fill DMA or Interrupt Request Select

pub fn tfff_re(&self) -> TFFF_RER[src]

Bit 25 - Transmit FIFO Fill Request Enable

pub fn tfuf_re(&self) -> TFUF_RER[src]

Bit 27 - Transmit FIFO Underflow Request Enable

pub fn eoqf_re(&self) -> EOQF_RER[src]

Bit 28 - Finished Request Enable

pub fn tcf_re(&self) -> TCF_RER[src]

Bit 31 - Transmission Complete Request Enable

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