[][src]Enum k22f::fmc::pfb0cr::CINV_WAY_AW

#[repr(u8)]pub enum CINV_WAY_AW {
    _0,
    _1,
}

Cache Invalidate Way x

Value on reset: 0

Variants

_0

0: No cache way invalidation for the corresponding cache

_1

1: Invalidate cache way for the corresponding cache: clear the tag, data, and vld bits of ways selected

Trait Implementations

impl Clone for CINV_WAY_AW[src]

impl Copy for CINV_WAY_AW[src]

impl Debug for CINV_WAY_AW[src]

impl From<CINV_WAY_AW> for u8[src]

impl PartialEq<CINV_WAY_AW> for CINV_WAY_AW[src]

impl StructuralPartialEq for CINV_WAY_AW[src]

Auto Trait Implementations

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.