[][src]Type Definition ambiq_apollo1_pac::rstgen::stat::R

type R = R<u32, STAT>;

Reader of register STAT

Methods

impl R[src]

pub fn wdrstat(&self) -> WDRSTAT_R[src]

Bit 6 - Reset was initiated by a Watchdog Timer Reset.

pub fn dbgrstat(&self) -> DBGRSTAT_R[src]

Bit 5 - Reset was a initiated by Debugger Reset.

pub fn poirstat(&self) -> POIRSTAT_R[src]

Bit 4 - Reset was a initiated by Software POI Reset.

pub fn swrstat(&self) -> SWRSTAT_R[src]

Bit 3 - Reset was a initiated by SW POR or AIRCR Reset.

pub fn borstat(&self) -> BORSTAT_R[src]

Bit 2 - Reset was initiated by a Brown-Out Reset.

pub fn porstat(&self) -> PORSTAT_R[src]

Bit 1 - Reset was initiated by a Power-On Reset.

pub fn exrstat(&self) -> EXRSTAT_R[src]

Bit 0 - Reset was initiated by an External Reset.