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

Bit 0 - Source Last

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

Bit 1 - Destination Last

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

Bit 2 - Source Last

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

Bit 3 - Destination Last

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

Bit 4 - Source Last

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

Bit 5 - Destination Last

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

Bit 6 - Source Last

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

Bit 7 - Destination Last

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

Bit 8 - Source Last

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

Bit 9 - Destination Last

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

Bit 10 - Source Last

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

Bit 11 - Destination Last

Auto Trait Implementations

impl Send for R

impl Sync for R

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]