[][src]Enum xmc4400::scu_trap::trapclr::BWERR1T_AW

pub enum BWERR1T_AW {
    VALUE1,
    VALUE2,
}

Peripheral Bridge 1 Trap Clear

Value on reset: 0

Variants

VALUE1

0: No effect

VALUE2

1: Clear trap request

Trait Implementations

impl Clone for BWERR1T_AW[src]

impl Copy for BWERR1T_AW[src]

impl Debug for BWERR1T_AW[src]

impl From<BWERR1T_AW> for bool[src]

impl PartialEq<BWERR1T_AW> for BWERR1T_AW[src]

impl StructuralPartialEq for BWERR1T_AW[src]

Auto Trait Implementations

impl Send for BWERR1T_AW

impl Sync for BWERR1T_AW

impl Unpin for BWERR1T_AW

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.