[][src]Struct sam3x8e::dmac::cher::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn ena0(&mut self) -> _ENA0W[src]

Bit 0 - Enable [5:0]

pub fn ena1(&mut self) -> _ENA1W[src]

Bit 1 - Enable [5:0]

pub fn ena2(&mut self) -> _ENA2W[src]

Bit 2 - Enable [5:0]

pub fn ena3(&mut self) -> _ENA3W[src]

Bit 3 - Enable [5:0]

pub fn ena4(&mut self) -> _ENA4W[src]

Bit 4 - Enable [5:0]

pub fn ena5(&mut self) -> _ENA5W[src]

Bit 5 - Enable [5:0]

pub fn susp0(&mut self) -> _SUSP0W[src]

Bit 8 - Suspend [5:0]

pub fn susp1(&mut self) -> _SUSP1W[src]

Bit 9 - Suspend [5:0]

pub fn susp2(&mut self) -> _SUSP2W[src]

Bit 10 - Suspend [5:0]

pub fn susp3(&mut self) -> _SUSP3W[src]

Bit 11 - Suspend [5:0]

pub fn susp4(&mut self) -> _SUSP4W[src]

Bit 12 - Suspend [5:0]

pub fn susp5(&mut self) -> _SUSP5W[src]

Bit 13 - Suspend [5:0]

pub fn keep0(&mut self) -> _KEEP0W[src]

Bit 24 - Keep on [5:0]

pub fn keep1(&mut self) -> _KEEP1W[src]

Bit 25 - Keep on [5:0]

pub fn keep2(&mut self) -> _KEEP2W[src]

Bit 26 - Keep on [5:0]

pub fn keep3(&mut self) -> _KEEP3W[src]

Bit 27 - Keep on [5:0]

pub fn keep4(&mut self) -> _KEEP4W[src]

Bit 28 - Keep on [5:0]

pub fn keep5(&mut self) -> _KEEP5W[src]

Bit 29 - Keep on [5:0]

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 = !

🔬 This is a nightly-only experimental API. (try_from)

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

🔬 This is a nightly-only experimental API. (try_from)

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]