Enum atsame54n19a_pac::cmcc::cfg::CSIZESW_A[][src]

#[repr(u8)]pub enum CSIZESW_A {
    CONF_CSIZE_1KB,
    CONF_CSIZE_2KB,
    CONF_CSIZE_4KB,
    CONF_CSIZE_8KB,
    CONF_CSIZE_16KB,
    CONF_CSIZE_32KB,
    CONF_CSIZE_64KB,
}

Cache size configured by software

Value on reset: 2

Variants

CONF_CSIZE_1KB

0: The Cache Size is configured to 1KB

CONF_CSIZE_2KB

1: The Cache Size is configured to 2KB

CONF_CSIZE_4KB

2: The Cache Size is configured to 4KB

CONF_CSIZE_8KB

3: The Cache Size is configured to 8KB

CONF_CSIZE_16KB

4: The Cache Size is configured to 16KB

CONF_CSIZE_32KB

5: The Cache Size is configured to 32KB

CONF_CSIZE_64KB

6: The Cache Size is configured to 64KB

Trait Implementations

impl Clone for CSIZESW_A[src]

impl Copy for CSIZESW_A[src]

impl Debug for CSIZESW_A[src]

impl PartialEq<CSIZESW_A> for CSIZESW_A[src]

impl StructuralPartialEq for CSIZESW_A[src]

Auto Trait Implementations

impl Send for CSIZESW_A

impl Sync for CSIZESW_A

impl Unpin for CSIZESW_A

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.