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

Bits 0:3 - Source with Peripheral identifier

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

Bits 4:7 - Destination with Peripheral identifier

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

Bit 9 - Software or Hardware Selection for the Source

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

Bit 13 - Software or Hardware Selection for the Destination

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

Bit 16 - Stop On Done

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

Bit 20 - Interface Lock

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

Bit 21 - Bus Lock

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

Bit 22 - Master Interface Arbiter Lock

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

Bits 24:26 - AHB Protection

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

Bits 28:29 - FIFO Configuration

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]