[][src]Enum tm4c129x::epi0::addrmap::EPADR_A

pub enum EPADR_A {
    NONE,
    A000,
    C000,
    HBQS,
}

External Peripheral Address

Value on reset: 0

Variants

NONE

0: Not mapped

A000

1: At 0xA000.0000

C000

2: At 0xC000.0000

HBQS

3: Only to be used with Host Bus quad chip select. In quad chip select mode, CS2n maps to 0xA000.0000 and CS3n maps to 0xC000.0000

Trait Implementations

impl From<EPADR_A> for u8[src]

impl Debug for EPADR_A[src]

impl PartialEq<EPADR_A> for EPADR_A[src]

impl Copy for EPADR_A[src]

impl StructuralPartialEq for EPADR_A[src]

impl Clone for EPADR_A[src]

Auto Trait Implementations

impl Unpin for EPADR_A

impl Send for EPADR_A

impl Sync for EPADR_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