[][src]Struct k64::i2s0::rcsr::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 frde(&self) -> FRDER[src]

Bit 0 - FIFO Request DMA Enable

pub fn fwde(&self) -> FWDER[src]

Bit 1 - FIFO Warning DMA Enable

pub fn frie(&self) -> FRIER[src]

Bit 8 - FIFO Request Interrupt Enable

pub fn fwie(&self) -> FWIER[src]

Bit 9 - FIFO Warning Interrupt Enable

pub fn feie(&self) -> FEIER[src]

Bit 10 - FIFO Error Interrupt Enable

pub fn seie(&self) -> SEIER[src]

Bit 11 - Sync Error Interrupt Enable

pub fn wsie(&self) -> WSIER[src]

Bit 12 - Word Start Interrupt Enable

pub fn frf(&self) -> FRFR[src]

Bit 16 - FIFO Request Flag

pub fn fwf(&self) -> FWFR[src]

Bit 17 - FIFO Warning Flag

pub fn fef(&self) -> FEFR[src]

Bit 18 - FIFO Error Flag

pub fn sef(&self) -> SEFR[src]

Bit 19 - Sync Error Flag

pub fn wsf(&self) -> WSFR[src]

Bit 20 - Word Start Flag

pub fn sr(&self) -> SRR[src]

Bit 24 - Software Reset

pub fn bce(&self) -> BCER[src]

Bit 28 - Bit Clock Enable

pub fn dbge(&self) -> DBGER[src]

Bit 29 - Debug Enable

pub fn stope(&self) -> STOPER[src]

Bit 30 - Stop Enable

pub fn re(&self) -> RER[src]

Bit 31 - Receiver Enable

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T[src]

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, 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]