[][src]Enum k22f::sim::fcfg1::NVMSIZE_A

#[repr(u8)]pub enum NVMSIZE_A {
    _0000,
    _0011,
    _0101,
    _0111,
    _1001,
    _1011,
    _1111,
}

FlexNVM size

Value on reset: 15

Variants

_0000

0: 0 KB of FlexNVM

_0011

3: 32 KB of FlexNVM

_0101

5: 64 KB of FlexNVM

_0111

7: 128 KB of FlexNVM

_1001

9: 256 KB of FlexNVM

_1011

11: 512 KB of FlexNVM

_1111

15: 512 KB of FlexNVM

Trait Implementations

impl Clone for NVMSIZE_A[src]

impl Copy for NVMSIZE_A[src]

impl Debug for NVMSIZE_A[src]

impl From<NVMSIZE_A> for u8[src]

impl PartialEq<NVMSIZE_A> for NVMSIZE_A[src]

impl StructuralPartialEq for NVMSIZE_A[src]

Auto Trait Implementations

impl Send for NVMSIZE_A

impl Sync for NVMSIZE_A

impl Unpin for NVMSIZE_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.