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 wuf(&self) -> WUF_R

Bit 0 - Wakeup 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 vrefintrdyf(&self) -> VREFINTRDYF_R

Bit 3 - Internal voltage reference (VREFINT) ready flag This bit indicates the state of the internal voltage reference, VREFINT.

Source

pub fn vosf(&self) -> VOSF_R

Bit 4 - Voltage Scaling select flag

Source

pub fn reglpf(&self) -> REGLPF_R

Bit 5 - Regulator LP flag

Source

pub fn ewup1(&self) -> EWUP1_R

Bit 8 - Enable WKUP pin 1

Source

pub fn ewup2(&self) -> EWUP2_R

Bit 9 - Enable WKUP pin 2

Source

pub fn ewup3(&self) -> EWUP3_R

Bit 10 - Enable WKUP pin 3

Trait Implementations§

Source§

impl Debug for R

Source§

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

Formats the value using the given formatter. Read more