Enum tm4c123x::sysctl::slppwrcfg::FLASHPMR [] [src]

pub enum FLASHPMR {
    NRM,
    SLP,
    _Reserved(u8),
}

Possible values of the field FLASHPM

Variants

Active Mode

Low Power Mode

Reserved

Methods

impl FLASHPMR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is NRM

[src]

Checks if the value of the field is SLP

Trait Implementations

impl Clone for FLASHPMR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for FLASHPMR
[src]

impl Debug for FLASHPMR
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for FLASHPMR
[src]

[src]

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

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for FLASHPMR

impl Sync for FLASHPMR