Struct zinc_hal_lpc11xx::ioregs::SYSCON_sysrststat_Get [] [src]

pub struct SYSCON_sysrststat_Get {
    // some fields omitted
}

SYSRSTSTAT: System reset status register

Methods

impl SYSCON_sysrststat_Get

fn new(reg: &SYSCON_sysrststat) -> SYSCON_sysrststat_Get

Create a getter reflecting the current value of the given register.

fn raw(&self) -> u32

Get the raw value of the register.

fn por(&self) -> SYSCON_sysrststat_por

Get value of POR field: POR reset status

fn extrst(&self) -> SYSCON_sysrststat_extrst

Get value of EXTRST field: Status of the external RESET pin.

fn wdt(&self) -> SYSCON_sysrststat_wdt

Get value of WDT field: Status of the Watchdog reset

fn bod(&self) -> SYSCON_sysrststat_bod

Get value of BOD field: Status of the Brown-out detect reset

fn sysrst(&self) -> SYSCON_sysrststat_sysrst

Get value of SYSRST field: Status of the software system reset

Trait Implementations

impl Copy for SYSCON_sysrststat_Get

Derived Implementations

impl Clone for SYSCON_sysrststat_Get

fn clone(&self) -> SYSCON_sysrststat_Get

fn clone_from(&mut self, source: &Self)