Enum efr32xg12p::rmu::ctrl::WDOGRMODER [] [src]

pub enum WDOGRMODER {
    DISABLED,
    LIMITED,
    EXTENDED,
    FULL,
    _Reserved(u8),
}

Possible values of the field WDOGRMODE

Variants

Reset request is blocked. This disable bit is redundant with enable/disable bit in WDOG

The CRYOTIMER, DEBUGGER, RTCC, are not reset.

The CRYOTIMER, DEBUGGER are not reset. RTCC is reset.

The entire device is reset except some EMU and RMU registers.

Reserved

Methods

impl WDOGRMODER
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is DISABLED

[src]

Checks if the value of the field is LIMITED

[src]

Checks if the value of the field is EXTENDED

[src]

Checks if the value of the field is FULL

Trait Implementations

impl Clone for WDOGRMODER
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for WDOGRMODER
[src]

impl Debug for WDOGRMODER
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for WDOGRMODER
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.