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

pub enum SRAMPMR {
    NRM,
    SBY,
    LP,
    _Reserved(u8),
}

Possible values of the field SRAMPM

Variants

Active Mode

Standby Mode

Low Power Mode

Reserved

Methods

impl SRAMPMR
[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 SBY

[src]

Checks if the value of the field is LP

Trait Implementations

impl Clone for SRAMPMR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for SRAMPMR
[src]

impl Debug for SRAMPMR
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for SRAMPMR
[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 SRAMPMR

impl Sync for SRAMPMR