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

#[repr(u8)]
pub enum VTRIM_A {
    BG_TRIM_0P675V,
    BG_TRIM_0P678V,
    BG_TRIM_0P748V,
    BG_TRIM_0P750V,
    BG_TRIM_0P753V,
    BG_TRIM_0P830V,
    BG_TRIM_0P833V,
}

Reference voltage trimming (2.5 mV steps)

Value on reset: 30

Variants

BG_TRIM_0P675V

0: 0.6750 V

BG_TRIM_0P678V

1: 0.6775 V

BG_TRIM_0P748V

29: 0.7475 V

BG_TRIM_0P750V

30: 0.7500 V

BG_TRIM_0P753V

31: 0.7525 V

BG_TRIM_0P830V

62: 0.8300 V

BG_TRIM_0P833V

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