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

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

Program flash size

Value on reset: 15

Variants

_0011

3: 32 KB of program flash memory

_0101

5: 64 KB of program flash memory

_0111

7: 128 KB of program flash memory

_1001

9: 256 KB of program flash memory

_1011

11: 512 KB of program flash memory

_1101

13: 1024 KB of program flash memory

_1111

15: 1024 KB of program flash memory

Trait Implementations

impl Clone for PFSIZE_A[src]

impl Copy for PFSIZE_A[src]

impl Debug for PFSIZE_A[src]

impl From<PFSIZE_A> for u8[src]

impl PartialEq<PFSIZE_A> for PFSIZE_A[src]

impl StructuralPartialEq for PFSIZE_A[src]

Auto Trait Implementations

impl Send for PFSIZE_A

impl Sync for PFSIZE_A

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