[][src]Enum atsamd51j19a::cmcc::cfg::CSIZESWW

pub enum CSIZESWW {
    CONF_CSIZE_1KB,
    CONF_CSIZE_2KB,
    CONF_CSIZE_4KB,
    CONF_CSIZE_8KB,
    CONF_CSIZE_16KB,
    CONF_CSIZE_32KB,
    CONF_CSIZE_64KB,
}

Values that can be written to 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

Auto Trait Implementations

impl Send for CSIZESWW

impl Sync for CSIZESWW

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]