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

#[repr(u8)]
pub enum VTRIM_A {
    VCC_TRIM_1P00V,
    VCC_TRIM_1P05V,
    VCC_TRIM_1P10V,
    VCC_TRIM_1P15V,
    VCC_TRIM_1P20V,
    VCC_TRIM_1P25V,
    VCC_TRIM_1P31V,
}

Output voltage trimming configuration in 10 mV steps

Value on reset: 10

Variants

VCC_TRIM_1P00V

0: Output voltage 1.00V

VCC_TRIM_1P05V

5: Output voltage 1.05V

VCC_TRIM_1P10V

10: Output voltage 1.10V

VCC_TRIM_1P15V

15: Output voltage 1.15V

VCC_TRIM_1P20V

20: Output voltage 1.20V

VCC_TRIM_1P25V

25: Output voltage 1.25V

VCC_TRIM_1P31V

31: Output voltage 1.31V

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.