[][src]Enum tm4c129x::epi0::hb16time2::PSRAMSZ_A

pub enum PSRAMSZ_A {
    _0,
    _128B,
    _256B,
    _512B,
    _1KB,
    _2KB,
    _4KB,
    _8KB,
}

PSRAM Row Size

Value on reset: 0

Variants

_0

0: No row size limitation

_128B

1: 128 B

_256B

2: 256 B

_512B

3: 512 B

_1KB

4: 1024 B

_2KB

5: 2048 B

_4KB

6: 4096 B

_8KB

7: 8192 B

Trait Implementations

impl From<PSRAMSZ_A> for u8[src]

impl Debug for PSRAMSZ_A[src]

impl PartialEq<PSRAMSZ_A> for PSRAMSZ_A[src]

impl Copy for PSRAMSZ_A[src]

impl StructuralPartialEq for PSRAMSZ_A[src]

impl Clone for PSRAMSZ_A[src]

Auto Trait Implementations

impl Unpin for PSRAMSZ_A

impl Send for PSRAMSZ_A

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