[][src]Enum xmc4800::pref::pcon::IBYP_A

pub enum IBYP_A {
    VALUE1,
    VALUE2,
}

Instruction Prefetch Buffer Bypass

Value on reset: 0

Variants

VALUE1

0: Instruction prefetch buffer not bypassed.

VALUE2

1: Instruction prefetch buffer bypassed.

Trait Implementations

impl From<IBYP_A> for bool[src]

impl PartialEq<IBYP_A> for IBYP_A[src]

impl Debug for IBYP_A[src]

impl Copy for IBYP_A[src]

impl Clone for IBYP_A[src]

Auto Trait Implementations

impl Unpin for IBYP_A

impl Send for IBYP_A

impl Sync for IBYP_A

Blanket Implementations

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

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> Into<U> for T where
    U: From<T>, 
[src]

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self