Enum efr32xg12p::emu::pwrcfg::PWRCFGR [] [src]

pub enum PWRCFGR {
    UNCONFIGURED,
    DCDCTODVDD,
    _Reserved(u8),
}

Possible values of the field PWRCFG

Variants

Power up configuration. Works with any external configuration.

DCDC is enabled and routed to DVDD.

Reserved

Methods

impl PWRCFGR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is UNCONFIGURED

[src]

Checks if the value of the field is DCDCTODVDD

Trait Implementations

impl Clone for PWRCFGR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for PWRCFGR
[src]

impl Debug for PWRCFGR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for PWRCFGR
[src]

[src]

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

[src]

This method tests for !=.