Type Alias R

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

Register CSR reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn lsion(&self) -> LSION_R

Bit 0 - Internal low speed oscillator enable

Source

pub fn lsirdy(&self) -> LSIRDY_R

Bit 1 - Internal low speed oscillator ready

Source

pub fn rmvf(&self) -> RMVF_R

Bit 24 - Remove reset flag

Source

pub fn pinrstf(&self) -> PINRSTF_R

Bit 26 - PIN reset flag

Source

pub fn porrstf(&self) -> PORRSTF_R

Bit 27 - POR/PDR reset flag

Source

pub fn sftrstf(&self) -> SFTRSTF_R

Bit 28 - Software reset flag

Source

pub fn iwdgrstf(&self) -> IWDGRSTF_R

Bit 29 - Independent watchdog reset flag

Source

pub fn wwdgrstf(&self) -> WWDGRSTF_R

Bit 30 - Window watchdog reset flag

Source

pub fn lpwrrstf(&self) -> LPWRRSTF_R

Bit 31 - Low-power reset flag

Trait Implementations§

Source§

impl Debug for R

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more