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

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn dis0(&mut self) -> _DIS0W[src]

Bit 0 - Disable [5:0]

pub fn dis1(&mut self) -> _DIS1W[src]

Bit 1 - Disable [5:0]

pub fn dis2(&mut self) -> _DIS2W[src]

Bit 2 - Disable [5:0]

pub fn dis3(&mut self) -> _DIS3W[src]

Bit 3 - Disable [5:0]

pub fn dis4(&mut self) -> _DIS4W[src]

Bit 4 - Disable [5:0]

pub fn dis5(&mut self) -> _DIS5W[src]

Bit 5 - Disable [5:0]

pub fn res0(&mut self) -> _RES0W[src]

Bit 8 - Resume [5:0]

pub fn res1(&mut self) -> _RES1W[src]

Bit 9 - Resume [5:0]

pub fn res2(&mut self) -> _RES2W[src]

Bit 10 - Resume [5:0]

pub fn res3(&mut self) -> _RES3W[src]

Bit 11 - Resume [5:0]

pub fn res4(&mut self) -> _RES4W[src]

Bit 12 - Resume [5:0]

pub fn res5(&mut self) -> _RES5W[src]

Bit 13 - Resume [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]