Enum tps6507x::DCDCVoltage[][src]

#[repr(u8)]pub enum DCDCVoltage {
    V0_725,
    V0_750,
    V0_775,
    V0_800,
    V0_825,
    V0_850,
    V0_875,
    V0_900,
    V0_925,
    V0_950,
    V0_975,
    V1_000,
    V1_025,
    V1_050,
    V1_075,
    V1_100,
    V1_125,
    V1_150,
    V1_175,
    V1_200,
    V1_225,
    V1_250,
    V1_275,
    V1_300,
    V1_325,
    V1_350,
    V1_375,
    V1_400,
    V1_425,
    V1_450,
    V1_475,
    V1_500,
    V1_550,
    V1_600,
    V1_650,
    V1_700,
    V1_750,
    V1_800,
    V1_850,
    V1_900,
    V1_950,
    V2_000,
    V2_050,
    V2_100,
    V2_150,
    V2_200,
    V2_250,
    V2_300,
    V2_350,
    V2_400,
    V2_450,
    V2_500,
    V2_550,
    V2_600,
    V2_650,
    V2_700,
    V2_750,
    V2_800,
    V2_850,
    V2_900,
    V3_000,
    V3_100,
    V3_200,
    V3_300,
}

Variants

V0_725
V0_750
V0_775
V0_800
V0_825
V0_850
V0_875
V0_900
V0_925
V0_950
V0_975
V1_000
V1_025
V1_050
V1_075
V1_100
V1_125
V1_150
V1_175
V1_200
V1_225
V1_250
V1_275
V1_300
V1_325
V1_350
V1_375
V1_400
V1_425
V1_450
V1_475
V1_500
V1_550
V1_600
V1_650
V1_700
V1_750
V1_800
V1_850
V1_900
V1_950
V2_000
V2_050
V2_100
V2_150
V2_200
V2_250
V2_300
V2_350
V2_400
V2_450
V2_500
V2_550
V2_600
V2_650
V2_700
V2_750
V2_800
V2_850
V2_900
V3_000
V3_100
V3_200
V3_300

Trait Implementations

impl Clone for DCDCVoltage[src]

impl Copy for DCDCVoltage[src]

impl Debug for DCDCVoltage[src]

impl From<u8> for DCDCVoltage[src]

Auto Trait Implementations

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.