[][src]Struct sam3x8e::dmac::last::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 slast0(&mut self) -> _SLAST0W[src]

Bit 0 - Source Last

pub fn dlast0(&mut self) -> _DLAST0W[src]

Bit 1 - Destination Last

pub fn slast1(&mut self) -> _SLAST1W[src]

Bit 2 - Source Last

pub fn dlast1(&mut self) -> _DLAST1W[src]

Bit 3 - Destination Last

pub fn slast2(&mut self) -> _SLAST2W[src]

Bit 4 - Source Last

pub fn dlast2(&mut self) -> _DLAST2W[src]

Bit 5 - Destination Last

pub fn slast3(&mut self) -> _SLAST3W[src]

Bit 6 - Source Last

pub fn dlast3(&mut self) -> _DLAST3W[src]

Bit 7 - Destination Last

pub fn slast4(&mut self) -> _SLAST4W[src]

Bit 8 - Source Last

pub fn dlast4(&mut self) -> _DLAST4W[src]

Bit 9 - Destination Last

pub fn slast5(&mut self) -> _SLAST5W[src]

Bit 10 - Source Last

pub fn dlast5(&mut self) -> _DLAST5W[src]

Bit 11 - Destination Last

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]