[][src]Enum k64::pmc::lvdsc2::LVWVW

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

Values that can be written to the field LVWV

Variants

_00

Low trip point selected (VLVW = VLVW1)

_01

Mid 1 trip point selected (VLVW = VLVW2)

_10

Mid 2 trip point selected (VLVW = VLVW3)

_11

High trip point selected (VLVW = VLVW4)

Auto Trait Implementations

impl Send for LVWVW

impl Sync for LVWVW

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]