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

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

Possible values of the field PINRMODE

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for PINRMODER
[src]

impl Debug for PINRMODER
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for PINRMODER
[src]

[src]

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

[src]

This method tests for !=.