Enum gd32f1::gd32f130::pmu::ctl::LVDT_A[][src]

#[repr(u8)]pub enum LVDT_A {
    V2_2,
    V2_3,
    V2_4,
    V2_5,
    V2_6,
    V2_7,
    V2_8,
    V2_9,
}

Low Voltage Detector Threshold

Value on reset: 0

Variants

V2_2

0: 2.2 V

V2_3

1: 2.3 V

V2_4

2: 2.4 V

V2_5

3: 2.5 V

V2_6

4: 2.6 V

V2_7

5: 2.7 V

V2_8

6: 2.8 V

V2_9

7: 2.9 V

Trait Implementations

impl Clone for LVDT_A[src]

impl Copy for LVDT_A[src]

impl Debug for LVDT_A[src]

impl PartialEq<LVDT_A> for LVDT_A[src]

impl StructuralPartialEq for LVDT_A[src]

Auto Trait Implementations

impl Send for LVDT_A

impl Sync for LVDT_A

impl Unpin for LVDT_A

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.