[][src]Enum rsl10_pac::dio::dio_pad_cfg::DRIVE_A

pub enum DRIVE_A {
    PAD_LOW_DRIVE,
    PAD_HIGH_DRIVE,
}

Drive strength configuration (scales the individual drive strengths)

Value on reset: 1

Variants

PAD_LOW_DRIVE

0: All pad regular drive strengths (allowed for all VDDO voltages)

PAD_HIGH_DRIVE

1: All pad drive strengths increased by ~50 percent (only allowed for VDDO up to 2.7 V)

Trait Implementations

impl Clone for DRIVE_A[src]

impl Copy for DRIVE_A[src]

impl Debug for DRIVE_A[src]

impl From<DRIVE_A> for bool[src]

impl PartialEq<DRIVE_A> for DRIVE_A[src]

impl StructuralPartialEq for DRIVE_A[src]

Auto Trait Implementations

impl Send for DRIVE_A

impl Sync for DRIVE_A

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