[][src]Enum atsame70j20b::rstc::rstc_sr::RSTTYP_A

#[repr(u8)]pub enum RSTTYP_A {
    GENERAL_RST,
    BACKUP_RST,
    WDT_RST,
    SOFT_RST,
    USER_RST,
}

Reset Type

Value on reset: 0

Variants

GENERAL_RST

0: First power-up reset

BACKUP_RST

1: Return from Backup Mode

WDT_RST

2: Watchdog fault occurred

SOFT_RST

3: Processor reset required by the software

USER_RST

4: NRST pin detected low

Trait Implementations

impl Clone for RSTTYP_A[src]

impl Copy for RSTTYP_A[src]

impl Debug for RSTTYP_A[src]

impl From<RSTTYP_A> for u8[src]

impl PartialEq<RSTTYP_A> for RSTTYP_A[src]

impl StructuralPartialEq for RSTTYP_A[src]

Auto Trait Implementations

impl Send for RSTTYP_A

impl Sync for RSTTYP_A

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