[][src]Struct efr32xg1::crypto::seqctrl::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 lengtha(&self) -> LENGTHAR
[src]

Bits 0:13 - Buffer Length a in Bytes

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

Bits 20:21 - Size of Data Blocks

pub fn dma0skip(&self) -> DMA0SKIPR
[src]

Bits 24:25 - DMA0 Skip

pub fn dma1skip(&self) -> DMA1SKIPR
[src]

Bits 26:27 - DMA1 Skip

pub fn dma0presa(&self) -> DMA0PRESAR
[src]

Bit 28 - DMA0 Preserve a

pub fn dma1presa(&self) -> DMA1PRESAR
[src]

Bit 29 - DMA1 Preserve a

pub fn halt(&self) -> HALTR
[src]

Bit 31 - Halt Sequence

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]