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

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

_160K

8: 160 Kbytes

_256K

9: 256 Kbytes

_512K

10: 512 Kbytes

_1024K

12: 1024 Kbytes

_2048K

14: 2048 Kbytes

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Converts to this type from the input type.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.