[][src]Enum k64::sim::fcfg1::NVMSIZER

pub enum NVMSIZER {
    _0000,
    _0011,
    _0101,
    _0111,
    _1001,
    _1011,
    _1111,
    _Reserved(u8),
}

Possible values of the field NVMSIZE

Variants

_0000

0 KB of FlexNVM

_0011

32 KB of FlexNVM

_0101

64 KB of FlexNVM

_0111

128 KB of FlexNVM

_1001

256 KB of FlexNVM

_1011

512 KB of FlexNVM

_1111

512 KB of FlexNVM

_Reserved(u8)

Reserved

Methods

impl NVMSIZER[src]

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

Value of the field as raw bits

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

Checks if the value of the field is _0000

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

Checks if the value of the field is _0011

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

Checks if the value of the field is _0101

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

Checks if the value of the field is _0111

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

Checks if the value of the field is _1001

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

Checks if the value of the field is _1011

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

Checks if the value of the field is _1111

Trait Implementations

impl Debug for NVMSIZER[src]

impl PartialEq<NVMSIZER> for NVMSIZER[src]

impl Copy for NVMSIZER[src]

impl Clone for NVMSIZER[src]

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

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for NVMSIZER

impl Sync for NVMSIZER

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

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

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]