[][src]Enum atsame70j21b::chipid::chipid_cidr::NVPSIZ2_A

#[repr(u8)]pub enum NVPSIZ2_A {
    NONE,
    _8K,
    _16K,
    _32K,
    _64K,
    _128K,
    _256K,
    _512K,
    _1024K,
    _2048K,
}

Second Nonvolatile Program Memory Size

Value on reset: 0

Variants

NONE

0: None

_8K

1: 8 Kbytes

_16K

2: 16 Kbytes

_32K

3: 32 Kbytes

_64K

5: 64 Kbytes

_128K

7: 128 Kbytes

_256K

9: 256 Kbytes

_512K

10: 512 Kbytes

_1024K

12: 1024 Kbytes

_2048K

14: 2048 Kbytes

Trait Implementations

impl Clone for NVPSIZ2_A[src]

impl Copy for NVPSIZ2_A[src]

impl Debug for NVPSIZ2_A[src]

impl From<NVPSIZ2_A> for u8[src]

impl PartialEq<NVPSIZ2_A> for NVPSIZ2_A[src]

impl StructuralPartialEq for NVPSIZ2_A[src]

Auto Trait Implementations

impl Send for NVPSIZ2_A

impl Sync for NVPSIZ2_A

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