[][src]Struct atsamd51j19a::rstc::rcause::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u8[src]

Value of the register as raw bits

pub fn por(&self) -> PORR[src]

Bit 0 - Power On Reset

pub fn bodcore(&self) -> BODCORER[src]

Bit 1 - Brown Out CORE Detector Reset

pub fn bodvdd(&self) -> BODVDDR[src]

Bit 2 - Brown Out VDD Detector Reset

pub fn nvm(&self) -> NVMR[src]

Bit 3 - NVM Reset

pub fn ext(&self) -> EXTR[src]

Bit 4 - External Reset

pub fn wdt(&self) -> WDTR[src]

Bit 5 - Watchdog Reset

pub fn syst(&self) -> SYSTR[src]

Bit 6 - System Reset Request

pub fn backup(&self) -> BACKUPR[src]

Bit 7 - Backup Reset

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

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