[][src]Struct efr32xg1::emu::vmonavddctrl::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 en(&self) -> ENR
[src]

Bit 0 - Enable

pub fn risewu(&self) -> RISEWUR
[src]

Bit 2 - Rise Wakeup

pub fn fallwu(&self) -> FALLWUR
[src]

Bit 3 - Fall Wakeup

pub fn fallthresfine(&self) -> FALLTHRESFINER
[src]

Bits 8:11 - Falling Threshold Fine Adjust

pub fn fallthrescoarse(&self) -> FALLTHRESCOARSER
[src]

Bits 12:15 - Falling Threshold Coarse Adjust

pub fn risethresfine(&self) -> RISETHRESFINER
[src]

Bits 16:19 - Rising Threshold Fine Adjust

pub fn risethrescoarse(&self) -> RISETHRESCOARSER
[src]

Bits 20:23 - Rising Threshold Coarse Adjust

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]