[][src]Enum k22f::sim::sopt1::RAMSIZE_A

#[repr(u8)]pub enum RAMSIZE_A {
    _0001,
    _0011,
    _0100,
    _0101,
    _0110,
    _0111,
    _1000,
    _1001,
}

RAM size

Value on reset: 0

Variants

_0001

1: 8 KB

_0011

3: 16 KB

_0100

4: 24 KB

_0101

5: 32 KB

_0110

6: 48 KB

_0111

7: 64 KB

_1000

8: 96 KB

_1001

9: 128 KB

Trait Implementations

impl Clone for RAMSIZE_A[src]

impl Copy for RAMSIZE_A[src]

impl Debug for RAMSIZE_A[src]

impl From<RAMSIZE_A> for u8[src]

impl PartialEq<RAMSIZE_A> for RAMSIZE_A[src]

impl StructuralPartialEq for RAMSIZE_A[src]

Auto Trait Implementations

impl Send for RAMSIZE_A

impl Sync for RAMSIZE_A

impl Unpin for RAMSIZE_A

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

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> 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.