[][src]Enum rsl10_pac::acs::acs_vdda_cp_ctrl::PTRIM_A

#[repr(u8)]
pub enum PTRIM_A {
    VDDA_PTRIM_4MA,
    VDDA_PTRIM_8MA,
    VDDA_PTRIM_12MA,
    VDDA_PTRIM_16MA,
}

Output power trimming

Value on reset: 0

Variants

VDDA_PTRIM_4MA

0: Charge pump max current to 4 mA

VDDA_PTRIM_8MA

1: Charge pump max current to 8 mA

VDDA_PTRIM_12MA

2: Charge pump max current to 12 mA

VDDA_PTRIM_16MA

3: Charge pump max current to 16 mA

Trait Implementations

impl Clone for PTRIM_A[src]

impl Copy for PTRIM_A[src]

impl Debug for PTRIM_A[src]

impl From<PTRIM_A> for u8[src]

impl PartialEq<PTRIM_A> for PTRIM_A[src]

impl StructuralPartialEq for PTRIM_A[src]

Auto Trait Implementations

impl Send for PTRIM_A

impl Sync for PTRIM_A

impl Unpin for PTRIM_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.