Enum atsame54p19a_pac::cmcc::type_::CLSIZE_A[][src]

#[repr(u8)]pub enum CLSIZE_A {
    CLSIZE_4B,
    CLSIZE_8B,
    CLSIZE_16B,
    CLSIZE_32B,
    CLSIZE_64B,
    CLSIZE_128B,
}

Cache Line Size

Value on reset: 2

Variants

CLSIZE_4B

0: Cache Line Size is 4 bytes

CLSIZE_8B

1: Cache Line Size is 8 bytes

CLSIZE_16B

2: Cache Line Size is 16 bytes

CLSIZE_32B

3: Cache Line Size is 32 bytes

CLSIZE_64B

4: Cache Line Size is 64 bytes

CLSIZE_128B

5: Cache Line Size is 128 bytes

Trait Implementations

impl Clone for CLSIZE_A[src]

impl Copy for CLSIZE_A[src]

impl Debug for CLSIZE_A[src]

impl PartialEq<CLSIZE_A> for CLSIZE_A[src]

impl StructuralPartialEq for CLSIZE_A[src]

Auto Trait Implementations

impl Send for CLSIZE_A

impl Sync for CLSIZE_A

impl Unpin for CLSIZE_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.