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

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

Possible values of the field SYSRMODE

Variants

Reset request is blocked.

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 SYSRMODER
[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 SYSRMODER
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for SYSRMODER
[src]

impl Debug for SYSRMODER
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for SYSRMODER
[src]

[src]

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

[src]

This method tests for !=.