[][src]Struct k64::i2s0::rmr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn rwm0(&mut self) -> _RWM0W[src]

Bit 0 - Receive Word Mask

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

Bit 1 - Receive Word Mask

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

Bit 2 - Receive Word Mask

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

Bit 3 - Receive Word Mask

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

Bit 4 - Receive Word Mask

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

Bit 5 - Receive Word Mask

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

Bit 6 - Receive Word Mask

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

Bit 7 - Receive Word Mask

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

Bit 8 - Receive Word Mask

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

Bit 9 - Receive Word Mask

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

Bit 10 - Receive Word Mask

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

Bit 11 - Receive Word Mask

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

Bit 12 - Receive Word Mask

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

Bit 13 - Receive Word Mask

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

Bit 14 - Receive Word Mask

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

Bit 15 - Receive Word Mask

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

Bit 16 - Receive Word Mask

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

Bit 17 - Receive Word Mask

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

Bit 18 - Receive Word Mask

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

Bit 19 - Receive Word Mask

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

Bit 20 - Receive Word Mask

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

Bit 21 - Receive Word Mask

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

Bit 22 - Receive Word Mask

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

Bit 23 - Receive Word Mask

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

Bit 24 - Receive Word Mask

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

Bit 25 - Receive Word Mask

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

Bit 26 - Receive Word Mask

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

Bit 27 - Receive Word Mask

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

Bit 28 - Receive Word Mask

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

Bit 29 - Receive Word Mask

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

Bit 30 - Receive Word Mask

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

Bit 31 - Receive Word Mask

Auto Trait Implementations

impl Send for W

impl Sync for W

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]