Type Alias R

Source
pub type R = R<RcauseSpec>;
Expand description

Register RCAUSE reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn por(&self) -> PorR

Bit 0 - Power On Reset

Source

pub fn bodcore(&self) -> BodcoreR

Bit 1 - Brown Out CORE Detector Reset

Source

pub fn bodvdd(&self) -> BodvddR

Bit 2 - Brown Out VDD Detector Reset

Source

pub fn nvm(&self) -> NvmR

Bit 3 - NVM Reset

Source

pub fn ext(&self) -> ExtR

Bit 4 - External Reset

Source

pub fn wdt(&self) -> WdtR

Bit 5 - Watchdog Reset

Source

pub fn syst(&self) -> SystR

Bit 6 - System Reset Request

Source

pub fn backup(&self) -> BackupR

Bit 7 - Backup Reset