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

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

Possible values of the field LOCKUPRMODE

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for LOCKUPRMODER
[src]

impl Debug for LOCKUPRMODER
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for LOCKUPRMODER
[src]

[src]

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

[src]

This method tests for !=.