[][src]Enum rsl10_pac::acs::acs_vddc_ctrl::VTRIM_A

#[repr(u8)]
pub enum VTRIM_A {
    VDDC_TRIM_0P75V,
    VDDC_TRIM_0P76V,
    VDDC_TRIM_1P00V,
    VDDC_TRIM_1P08V,
    VDDC_TRIM_1P10V,
    VDDC_TRIM_1P15V,
    VDDC_TRIM_1P20V,
    VDDC_TRIM_1P25V,
    VDDC_TRIM_1P32V,
    VDDC_TRIM_1P38V,
}

Output voltage trimming configuration in 10 mV steps

Value on reset: 35

Variants

VDDC_TRIM_0P75V

0: 0.75 V

VDDC_TRIM_0P76V

1: 0.76 V

VDDC_TRIM_1P00V

25: 1.0 V

VDDC_TRIM_1P08V

33: 1.08 V

VDDC_TRIM_1P10V

35: 1.1 V

VDDC_TRIM_1P15V

40: 1.15 V

VDDC_TRIM_1P20V

45: 1.2 V

VDDC_TRIM_1P25V

50: 1.25 V

VDDC_TRIM_1P32V

57: 1.32 V

VDDC_TRIM_1P38V

63: 1.38 V

Trait Implementations

impl Clone for VTRIM_A[src]

impl Copy for VTRIM_A[src]

impl Debug for VTRIM_A[src]

impl From<VTRIM_A> for u8[src]

impl PartialEq<VTRIM_A> for VTRIM_A[src]

impl StructuralPartialEq for VTRIM_A[src]

Auto Trait Implementations

impl Send for VTRIM_A

impl Sync for VTRIM_A

impl Unpin for VTRIM_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> Same<T> for T

type Output = T

Should always be Self

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.