[][src]Enum e310x::gpio0::iof_sel::PIN26_A

pub enum PIN26_A {
    QSPI2_SS,
    IOF1,
}

Value on reset: 0

Variants

QSPI2_SS

0: 0

IOF1

1: 1

Trait Implementations

impl From<PIN26_A> for bool[src]

impl Debug for PIN26_A[src]

impl PartialEq<PIN26_A> for PIN26_A[src]

impl Copy for PIN26_A[src]

impl StructuralPartialEq for PIN26_A[src]

impl Clone for PIN26_A[src]

Auto Trait Implementations

impl Unpin for PIN26_A

impl Send for PIN26_A

impl Sync for PIN26_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]