[][src]Struct k66::i2s0::rmr::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 rwm0(&self) -> RWM0R[src]

Bit 0 - Receive Word Mask

pub fn rwm1(&self) -> RWM1R[src]

Bit 1 - Receive Word Mask

pub fn rwm2(&self) -> RWM2R[src]

Bit 2 - Receive Word Mask

pub fn rwm3(&self) -> RWM3R[src]

Bit 3 - Receive Word Mask

pub fn rwm4(&self) -> RWM4R[src]

Bit 4 - Receive Word Mask

pub fn rwm5(&self) -> RWM5R[src]

Bit 5 - Receive Word Mask

pub fn rwm6(&self) -> RWM6R[src]

Bit 6 - Receive Word Mask

pub fn rwm7(&self) -> RWM7R[src]

Bit 7 - Receive Word Mask

pub fn rwm8(&self) -> RWM8R[src]

Bit 8 - Receive Word Mask

pub fn rwm9(&self) -> RWM9R[src]

Bit 9 - Receive Word Mask

pub fn rwm10(&self) -> RWM10R[src]

Bit 10 - Receive Word Mask

pub fn rwm11(&self) -> RWM11R[src]

Bit 11 - Receive Word Mask

pub fn rwm12(&self) -> RWM12R[src]

Bit 12 - Receive Word Mask

pub fn rwm13(&self) -> RWM13R[src]

Bit 13 - Receive Word Mask

pub fn rwm14(&self) -> RWM14R[src]

Bit 14 - Receive Word Mask

pub fn rwm15(&self) -> RWM15R[src]

Bit 15 - Receive Word Mask

pub fn rwm16(&self) -> RWM16R[src]

Bit 16 - Receive Word Mask

pub fn rwm17(&self) -> RWM17R[src]

Bit 17 - Receive Word Mask

pub fn rwm18(&self) -> RWM18R[src]

Bit 18 - Receive Word Mask

pub fn rwm19(&self) -> RWM19R[src]

Bit 19 - Receive Word Mask

pub fn rwm20(&self) -> RWM20R[src]

Bit 20 - Receive Word Mask

pub fn rwm21(&self) -> RWM21R[src]

Bit 21 - Receive Word Mask

pub fn rwm22(&self) -> RWM22R[src]

Bit 22 - Receive Word Mask

pub fn rwm23(&self) -> RWM23R[src]

Bit 23 - Receive Word Mask

pub fn rwm24(&self) -> RWM24R[src]

Bit 24 - Receive Word Mask

pub fn rwm25(&self) -> RWM25R[src]

Bit 25 - Receive Word Mask

pub fn rwm26(&self) -> RWM26R[src]

Bit 26 - Receive Word Mask

pub fn rwm27(&self) -> RWM27R[src]

Bit 27 - Receive Word Mask

pub fn rwm28(&self) -> RWM28R[src]

Bit 28 - Receive Word Mask

pub fn rwm29(&self) -> RWM29R[src]

Bit 29 - Receive Word Mask

pub fn rwm30(&self) -> RWM30R[src]

Bit 30 - Receive Word Mask

pub fn rwm31(&self) -> RWM31R[src]

Bit 31 - Receive Word Mask

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> From<T> for T[src]

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