[][src]Enum atsamd51g19a::cmcc::cfg::CSIZESWR

pub enum CSIZESWR {
    CONF_CSIZE_1KB,
    CONF_CSIZE_2KB,
    CONF_CSIZE_4KB,
    CONF_CSIZE_8KB,
    CONF_CSIZE_16KB,
    CONF_CSIZE_32KB,
    CONF_CSIZE_64KB,
    _Reserved(u8),
}

Possible values of the field CSIZESW

Variants

CONF_CSIZE_1KB

the Cache Size is configured to 1KB

CONF_CSIZE_2KB

the Cache Size is configured to 2KB

CONF_CSIZE_4KB

the Cache Size is configured to 4KB

CONF_CSIZE_8KB

the Cache Size is configured to 8KB

CONF_CSIZE_16KB

the Cache Size is configured to 16KB

CONF_CSIZE_32KB

the Cache Size is configured to 32KB

CONF_CSIZE_64KB

the Cache Size is configured to 64KB

_Reserved(u8)

Reserved

Methods

impl CSIZESWR[src]

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

Value of the field as raw bits

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

Checks if the value of the field is CONF_CSIZE_1KB

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

Checks if the value of the field is CONF_CSIZE_2KB

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

Checks if the value of the field is CONF_CSIZE_4KB

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

Checks if the value of the field is CONF_CSIZE_8KB

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

Checks if the value of the field is CONF_CSIZE_16KB

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

Checks if the value of the field is CONF_CSIZE_32KB

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

Checks if the value of the field is CONF_CSIZE_64KB

Trait Implementations

impl Debug for CSIZESWR[src]

impl PartialEq<CSIZESWR> for CSIZESWR[src]

impl Copy for CSIZESWR[src]

impl Clone for CSIZESWR[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 CSIZESWR

impl Sync for CSIZESWR

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]