[][src]Enum sam3x8e::chipid::cidr::SRAMSIZR

pub enum SRAMSIZR {
    _48K,
    _192K,
    _2K,
    _6K,
    _24K,
    _4K,
    _80K,
    _160K,
    _8K,
    _16K,
    _32K,
    _64K,
    _128K,
    _256K,
    _96K,
    _512K,
}

Possible values of the field SRAMSIZ

Variants

_48K

48 Kbytes

_192K

192 Kbytes

_2K

2 Kbytes

_6K

6 Kbytes

_24K

24 Kbytes

_4K

4 Kbytes

_80K

80 Kbytes

_160K

160 Kbytes

_8K

8 Kbytes

_16K

16 Kbytes

_32K

32 Kbytes

_64K

64 Kbytes

_128K

128 Kbytes

_256K

256 Kbytes

_96K

96 Kbytes

_512K

512 Kbytes

Methods

impl SRAMSIZR[src]

pub fn bits(&self) -> u8[src]

Value of the field as raw bits

pub fn is_48k(&self) -> bool[src]

Checks if the value of the field is _48K

pub fn is_192k(&self) -> bool[src]

Checks if the value of the field is _192K

pub fn is_2k(&self) -> bool[src]

Checks if the value of the field is _2K

pub fn is_6k(&self) -> bool[src]

Checks if the value of the field is _6K

pub fn is_24k(&self) -> bool[src]

Checks if the value of the field is _24K

pub fn is_4k(&self) -> bool[src]

Checks if the value of the field is _4K

pub fn is_80k(&self) -> bool[src]

Checks if the value of the field is _80K

pub fn is_160k(&self) -> bool[src]

Checks if the value of the field is _160K

pub fn is_8k(&self) -> bool[src]

Checks if the value of the field is _8K

pub fn is_16k(&self) -> bool[src]

Checks if the value of the field is _16K

pub fn is_32k(&self) -> bool[src]

Checks if the value of the field is _32K

pub fn is_64k(&self) -> bool[src]

Checks if the value of the field is _64K

pub fn is_128k(&self) -> bool[src]

Checks if the value of the field is _128K

pub fn is_256k(&self) -> bool[src]

Checks if the value of the field is _256K

pub fn is_96k(&self) -> bool[src]

Checks if the value of the field is _96K

pub fn is_512k(&self) -> bool[src]

Checks if the value of the field is _512K

Trait Implementations

impl Clone for SRAMSIZR[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SRAMSIZR[src]

impl PartialEq<SRAMSIZR> for SRAMSIZR[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl Copy for SRAMSIZR[src]

Auto Trait Implementations

impl Send for SRAMSIZR

impl Sync for SRAMSIZR

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]