[][src]Struct sam3x8e::dmac::cfg1::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 src_per(&self) -> SRC_PERR[src]

Bits 0:3 - Source with Peripheral identifier

pub fn dst_per(&self) -> DST_PERR[src]

Bits 4:7 - Destination with Peripheral identifier

pub fn src_h2sel(&self) -> SRC_H2SELR[src]

Bit 9 - Software or Hardware Selection for the Source

pub fn dst_h2sel(&self) -> DST_H2SELR[src]

Bit 13 - Software or Hardware Selection for the Destination

pub fn sod(&self) -> SODR[src]

Bit 16 - Stop On Done

pub fn lock_if(&self) -> LOCK_IFR[src]

Bit 20 - Interface Lock

pub fn lock_b(&self) -> LOCK_BR[src]

Bit 21 - Bus Lock

pub fn lock_if_l(&self) -> LOCK_IF_LR[src]

Bit 22 - Master Interface Arbiter Lock

pub fn ahb_prot(&self) -> AHB_PROTR[src]

Bits 24:26 - AHB Protection

pub fn fifocfg(&self) -> FIFOCFGR[src]

Bits 28:29 - FIFO Configuration

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]