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

#[repr(u8)]
pub enum VTRIM_A {
    VDDPA_TRIM_1P05V,
    VDDPA_TRIM_1P06V,
    VDDPA_TRIM_1P59V,
    VDDPA_TRIM_1P60V,
    VDDPA_TRIM_1P61V,
    VDDPA_TRIM_1P68V,
}

Output voltage trimming configuration in 10 mV steps

Value on reset: 55

Variants

VDDPA_TRIM_1P05V

0: 1.05 V

VDDPA_TRIM_1P06V

1: 1.06 V

VDDPA_TRIM_1P59V

54: 1.59 V

VDDPA_TRIM_1P60V

55: 1.60 V

VDDPA_TRIM_1P61V

56: 1.61 V

VDDPA_TRIM_1P68V

63: 1.68 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.