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

Bit 1 - Energy Mode 2 Block

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

Bit 2 - Disable BOD in EM2

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

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

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

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

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

Bits 8:9 - EM23 Voltage Scale

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

Bits 16:17 - EM4H Voltage Scale

Auto Trait Implementations

impl Send for R

impl Sync for R

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