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

pub enum PFSIZE_A {
    _0000,
    _0001,
    _0011,
    _0101,
    _0111,
    _1001,
    _1111,
}

Possible values of the field PFSIZE

Variants

_0000

8 KB of program flash memory, 0.25 KB protection region

_0001

16 KB of program flash memory, 0.5 KB protection region

_0011

32 KB of program flash memory, 1 KB protection region

_0101

64 KB of program flash memory, 2 KB protection region

_0111

128 KB of program flash memory, 4 KB protection region

_1001

256 KB of program flash memory, 8 KB protection region

_1111

128 KB of program flash memory, 4 KB protection region 256 KB of program flash memory, 8 KB protection region

Trait Implementations

impl ToBits<u8> for PFSIZE_A[src]

impl PartialEq<PFSIZE_A> for PFSIZE_A[src]

impl Debug for PFSIZE_A[src]

impl Copy for PFSIZE_A[src]

impl Clone for PFSIZE_A[src]

Auto Trait Implementations

impl Unpin for PFSIZE_A

impl Send for PFSIZE_A

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