[][src]Enum xmc4400::scu_reset::rststat::RSTSTAT_A

#[repr(u8)]pub enum RSTSTAT_A {
    VALUE1,
    VALUE2,
    VALUE3,
    VALUE4,
    VALUE5,
    VALUE6,
    VALUE8,
}

Reset Status Information

Value on reset: 0

Variants

VALUE1

1: PORST reset

VALUE2

2: SWD reset

VALUE3

4: PV reset

VALUE4

8: CPU system reset

VALUE5

16: CPU lockup reset

VALUE6

32: WDT reset

VALUE8

128: Parity Error reset

Trait Implementations

impl Clone for RSTSTAT_A[src]

impl Copy for RSTSTAT_A[src]

impl Debug for RSTSTAT_A[src]

impl From<RSTSTAT_A> for u8[src]

impl PartialEq<RSTSTAT_A> for RSTSTAT_A[src]

impl StructuralPartialEq for RSTSTAT_A[src]

Auto Trait Implementations

impl Send for RSTSTAT_A

impl Sync for RSTSTAT_A

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