[][src]Enum xmc4800::port2::pdr1::PD10_A

pub enum PD10_A {
    SD_SHE,
    SD_MEE,
    SD_SOE,
    MD,
    WD,
}

Pad Driver Mode for Pn.10

Value on reset: 2

Variants

SD_SHE

0: A2 strong driver, sharp edge

SD_MEE

1: A2 strong driver, medium edge

SD_SOE

2: A2 strong driver, soft edge

MD

4: A2 medium driver

WD

7: A2 weak driver

Trait Implementations

impl From<PD10_A> for u8[src]

impl PartialEq<PD10_A> for PD10_A[src]

impl Debug for PD10_A[src]

impl Copy for PD10_A[src]

impl Clone for PD10_A[src]

Auto Trait Implementations

impl Unpin for PD10_A

impl Send for PD10_A

impl Sync for PD10_A

Blanket Implementations

impl<T> From<T> for T[src]

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> Into<U> for T where
    U: From<T>, 
[src]

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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self