[][src]Struct efm32gg11b820::wdog1::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 en(&mut self) -> _ENW[src]

Bit 0 - Watchdog Timer Enable

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

Bit 1 - Debug Mode Run Enable

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

Bit 2 - Energy Mode 2 Run Enable

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

Bit 3 - Energy Mode 3 Run Enable

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

Bit 4 - Configuration Lock

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

Bit 5 - Energy Mode 4 Block

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

Bit 6 - Software Oscillator Disable Block

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

Bits 8:11 - Watchdog Timeout Period Select

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

Bits 12:13 - Watchdog Clock Select

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

Bits 16:17 - Watchdog Timeout Period Select

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

Bits 24:26 - Watchdog Illegal Window Select

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

Bit 30 - Watchdog Clear Source

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

Bit 31 - Watchdog Reset Disable

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