[][src]Struct efr32xg1::emu::em4ctrl::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 em4state(&mut self) -> _EM4STATEW
[src]

Bit 0 - Energy Mode 4 State

pub fn retainlfrco(&mut self) -> _RETAINLFRCOW
[src]

Bit 1 - LFRCO Retain During EM4

pub fn retainlfxo(&mut self) -> _RETAINLFXOW
[src]

Bit 2 - LFXO Retain During EM4

pub fn retainulfrco(&mut self) -> _RETAINULFRCOW
[src]

Bit 3 - ULFRCO Retain During EM4S

pub fn em4ioretmode(&mut self) -> _EM4IORETMODEW
[src]

Bits 4:5 - EM4 IO Retention Disable

pub fn em4entry(&mut self) -> _EM4ENTRYW
[src]

Bits 16:17 - Energy Mode 4 Entry

Auto Trait Implementations

impl Send for W

impl Sync for W

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]