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

pub enum ECSZ_A {
    _256B,
    _64KB,
    _16MB,
    _256MB,
}

External Code Size

Value on reset: 0

Variants

_256B

0: 256 bytes; lower address range: 0x00 to 0xFF

_64KB

1: 64 KB; lower address range: 0x0000 to 0xFFFF

_16MB

2: 16 MB; lower address range: 0x00.0000 to 0xFF.FFFF

_256MB

3: 256MB; lower address range: 0x000.0000 to 0x0FFF.FFFF

Trait Implementations

impl From<ECSZ_A> for u8[src]

impl Debug for ECSZ_A[src]

impl PartialEq<ECSZ_A> for ECSZ_A[src]

impl Copy for ECSZ_A[src]

impl StructuralPartialEq for ECSZ_A[src]

impl Clone for ECSZ_A[src]

Auto Trait Implementations

impl Unpin for ECSZ_A

impl Send for ECSZ_A

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