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

Bit 0 - Watchdog Timer Enable

pub fn debugrun(&self) -> DEBUGRUNR
[src]

Bit 1 - Debug Mode Run Enable

pub fn em2run(&self) -> EM2RUNR
[src]

Bit 2 - Energy Mode 2 Run Enable

pub fn em3run(&self) -> EM3RUNR
[src]

Bit 3 - Energy Mode 3 Run Enable

pub fn lock(&self) -> LOCKR
[src]

Bit 4 - Configuration Lock

pub fn em4block(&self) -> EM4BLOCKR
[src]

Bit 5 - Energy Mode 4 Block

pub fn swoscblock(&self) -> SWOSCBLOCKR
[src]

Bit 6 - Software Oscillator Disable Block

pub fn persel(&self) -> PERSELR
[src]

Bits 8:11 - Watchdog Timeout Period Select

pub fn clksel(&self) -> CLKSELR
[src]

Bits 12:13 - Watchdog Clock Select

pub fn warnsel(&self) -> WARNSELR
[src]

Bits 16:17 - Watchdog Timeout Period Select

pub fn winsel(&self) -> WINSELR
[src]

Bits 24:26 - Watchdog Illegal Window Select

pub fn clrsrc(&self) -> CLRSRCR
[src]

Bit 30 - Watchdog Clear Source

pub fn wdogrstdis(&self) -> WDOGRSTDISR
[src]

Bit 31 - Watchdog Reset Disable

Auto Trait Implementations

impl Send for R

impl Sync for R

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]