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

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

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

impl Clone for SRAMSIZ_A[src]

impl Copy for SRAMSIZ_A[src]

impl Debug for SRAMSIZ_A[src]

impl From<SRAMSIZ_A> for u8[src]

impl PartialEq<SRAMSIZ_A> for SRAMSIZ_A[src]

impl StructuralPartialEq for SRAMSIZ_A[src]

Auto Trait Implementations

impl Send for SRAMSIZ_A

impl Sync for SRAMSIZ_A

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