Enum mkw41z4::pmc::lvdsc2::LVWVR [] [src]

pub enum LVWVR {
    _00,
    _01,
    _10,
    _11,
}

Possible values of the field LVWV

Variants

Low trip point selected (VLVW = VLVW1)

Mid 1 trip point selected (VLVW = VLVW2)

Mid 2 trip point selected (VLVW = VLVW3)

High trip point selected (VLVW = VLVW4)

Methods

impl LVWVR
[src]

Value of the field as raw bits

Checks if the value of the field is _00

Checks if the value of the field is _01

Checks if the value of the field is _10

Checks if the value of the field is _11

Trait Implementations

impl Clone for LVWVR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for LVWVR
[src]

impl Debug for LVWVR
[src]

Formats the value using the given formatter.

impl PartialEq for LVWVR
[src]

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

This method tests for !=.