[][src]Enum atsamd51g19a::cmcc::type_::CSIZER

pub enum CSIZER {
    CSIZE_1KB,
    CSIZE_2KB,
    CSIZE_4KB,
    CSIZE_8KB,
    CSIZE_16KB,
    CSIZE_32KB,
    CSIZE_64KB,
    _Reserved(u8),
}

Possible values of the field CSIZE

Variants

CSIZE_1KB

Cache Size is 1 KB

CSIZE_2KB

Cache Size is 2 KB

CSIZE_4KB

Cache Size is 4 KB

CSIZE_8KB

Cache Size is 8 KB

CSIZE_16KB

Cache Size is 16 KB

CSIZE_32KB

Cache Size is 32 KB

CSIZE_64KB

Cache Size is 64 KB

_Reserved(u8)

Reserved

Methods

impl CSIZER[src]

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

Value of the field as raw bits

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

Checks if the value of the field is CSIZE_1KB

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

Checks if the value of the field is CSIZE_2KB

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

Checks if the value of the field is CSIZE_4KB

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

Checks if the value of the field is CSIZE_8KB

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

Checks if the value of the field is CSIZE_16KB

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

Checks if the value of the field is CSIZE_32KB

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

Checks if the value of the field is CSIZE_64KB

Trait Implementations

impl Debug for CSIZER[src]

impl PartialEq<CSIZER> for CSIZER[src]

impl Copy for CSIZER[src]

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

impl Sync for CSIZER

Blanket Implementations

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> From for T[src]

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]