Enum tm4c123x::hib::ctl::VBATSELR [] [src]

pub enum VBATSELR {
    _1_9V,
    _2_1V,
    _2_3V,
    _2_5V,
}

Possible values of the field VBATSEL

Variants

1.9 Volts

2.1 Volts (default)

2.3 Volts

2.5 Volts

Methods

impl VBATSELR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is _1_9V

[src]

Checks if the value of the field is _2_1V

[src]

Checks if the value of the field is _2_3V

[src]

Checks if the value of the field is _2_5V

Trait Implementations

impl Clone for VBATSELR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for VBATSELR
[src]

impl Debug for VBATSELR
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for VBATSELR
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

Auto Trait Implementations

impl Send for VBATSELR

impl Sync for VBATSELR