Type Alias R

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

Register CSR reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn wuf(&self) -> WUF_R

Bit 0 - Wake-Up Flag

Source

pub fn sbf(&self) -> SBF_R

Bit 1 - STANDBY Flag

Source

pub fn pvdo(&self) -> PVDO_R

Bit 2 - PVD Output

Source

pub fn ewup(&self) -> EWUP_R

Bit 8 - Enable WKUP pin

Trait Implementations§

Source§

impl Debug for R

Source§

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

Formats the value using the given formatter. Read more