[][src]Struct sam3x8e::dmac::chsr::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 ena0(&self) -> ENA0R[src]

Bit 0 - Enable [5:0]

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

Bit 1 - Enable [5:0]

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

Bit 2 - Enable [5:0]

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

Bit 3 - Enable [5:0]

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

Bit 4 - Enable [5:0]

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

Bit 5 - Enable [5:0]

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

Bit 8 - Suspend [5:0]

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

Bit 9 - Suspend [5:0]

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

Bit 10 - Suspend [5:0]

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

Bit 11 - Suspend [5:0]

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

Bit 12 - Suspend [5:0]

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

Bit 13 - Suspend [5:0]

pub fn empt0(&self) -> EMPT0R[src]

Bit 16 - Empty [5:0]

pub fn empt1(&self) -> EMPT1R[src]

Bit 17 - Empty [5:0]

pub fn empt2(&self) -> EMPT2R[src]

Bit 18 - Empty [5:0]

pub fn empt3(&self) -> EMPT3R[src]

Bit 19 - Empty [5:0]

pub fn empt4(&self) -> EMPT4R[src]

Bit 20 - Empty [5:0]

pub fn empt5(&self) -> EMPT5R[src]

Bit 21 - Empty [5:0]

pub fn stal0(&self) -> STAL0R[src]

Bit 24 - Stalled [5:0]

pub fn stal1(&self) -> STAL1R[src]

Bit 25 - Stalled [5:0]

pub fn stal2(&self) -> STAL2R[src]

Bit 26 - Stalled [5:0]

pub fn stal3(&self) -> STAL3R[src]

Bit 27 - Stalled [5:0]

pub fn stal4(&self) -> STAL4R[src]

Bit 28 - Stalled [5:0]

pub fn stal5(&self) -> STAL5R[src]

Bit 29 - Stalled [5:0]

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]