[][src]Struct efr32xg1::crypto::ctrl::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 aes(&mut self) -> _AESW
[src]

Bit 0 - AES Mode

pub fn keybufdis(&mut self) -> _KEYBUFDISW
[src]

Bit 1 - Key Buffer Disable

pub fn sha(&mut self) -> _SHAW
[src]

Bit 2 - SHA Mode

pub fn nobusystall(&mut self) -> _NOBUSYSTALLW
[src]

Bit 10 - No Stalling of Bus When Busy

pub fn incwidth(&mut self) -> _INCWIDTHW
[src]

Bits 14:15 - Increment Width

pub fn dma0mode(&mut self) -> _DMA0MODEW
[src]

Bits 16:17 - DMA0 Read Mode

pub fn dma0rsel(&mut self) -> _DMA0RSELW
[src]

Bits 20:21 - DMA0 Read Register Select

pub fn dma1mode(&mut self) -> _DMA1MODEW
[src]

Bits 24:25 - DMA1 Read Mode

pub fn dma1rsel(&mut self) -> _DMA1RSELW
[src]

Bits 28:29 - DATA0 DMA Unaligned Read Register Select

pub fn combdma0wereq(&mut self) -> _COMBDMA0WEREQW
[src]

Bit 31 - Combined Data0 Write DMA Request

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
    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, 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]