[][src]Struct efm32gg11b820::emu::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 em2block(&mut self) -> _EM2BLOCKW[src]

Bit 1 - Energy Mode 2 Block

pub fn em2boddis(&mut self) -> _EM2BODDISW[src]

Bit 2 - Disable BOD in EM2

pub fn em01ld(&mut self) -> _EM01LDW[src]

Bit 3 - Reserved for internal use. Do not change.

pub fn em23vscaleautowsen(&mut self) -> _EM23VSCALEAUTOWSENW[src]

Bit 4 - Automatically Configures Flash and Frequency to Wakeup From EM2 or EM3 at Low Voltage

pub fn em23vscale(&mut self) -> _EM23VSCALEW[src]

Bits 8:9 - EM23 Voltage Scale

pub fn em4hvscale(&mut self) -> _EM4HVSCALEW[src]

Bits 16:17 - EM4H Voltage Scale

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

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

type Error = Infallible

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

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]

impl<T> Same for T

type Output = T

Should always be Self