[][src]Struct efr32xg1::ldma::ch2_ctrl::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 structtype(&self) -> STRUCTTYPER
[src]

Bits 0:1 - DMA Structure Type

pub fn xfercnt(&self) -> XFERCNTR
[src]

Bits 4:14 - DMA Unit Data Transfer Count

pub fn byteswap(&self) -> BYTESWAPR
[src]

Bit 15 - Endian Byte Swap

pub fn blocksize(&self) -> BLOCKSIZER
[src]

Bits 16:19 - Block Transfer Size

pub fn doneifsen(&self) -> DONEIFSENR
[src]

Bit 20 - DMA Operation Done Interrupt Flag Set Enable

pub fn reqmode(&self) -> REQMODER
[src]

Bit 21 - DMA Request Transfer Mode Select

pub fn decloopcnt(&self) -> DECLOOPCNTR
[src]

Bit 22 - Decrement Loop Count

pub fn ignoresreq(&self) -> IGNORESREQR
[src]

Bit 23 - Ignore Sreq

pub fn srcinc(&self) -> SRCINCR
[src]

Bits 24:25 - Source Address Increment Size

pub fn size(&self) -> SIZER
[src]

Bits 26:27 - Unit Data Transfer Size

pub fn dstinc(&self) -> DSTINCR
[src]

Bits 28:29 - Destination Address Increment Size

pub fn srcmode(&self) -> SRCMODER
[src]

Bit 30 - Source Addressing Mode

pub fn dstmode(&self) -> DSTMODER
[src]

Bit 31 - Destination Addressing Mode

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> From for T
[src]

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]