#[repr(u8)]
pub enum SRAMSIZ_A {
Show 16 variants _48K, _192K, _384K, _6K, _24K, _4K, _80K, _160K, _8K, _16K, _32K, _64K, _128K, _256K, _96K, _512K,
}
Expand description

Internal SRAM Size

Value on reset: 0

Variants

_48K

0: 48 Kbytes

_192K

1: 192 Kbytes

_384K

2: 384 Kbytes

_6K

3: 6 Kbytes

_24K

4: 24 Kbytes

_4K

5: 4 Kbytes

_80K

6: 80 Kbytes

_160K

7: 160 Kbytes

_8K

8: 8 Kbytes

_16K

9: 16 Kbytes

_32K

10: 32 Kbytes

_64K

11: 64 Kbytes

_128K

12: 128 Kbytes

_256K

13: 256 Kbytes

_96K

14: 96 Kbytes

_512K

15: 512 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.