Type Alias R

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

Register CR reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn lpds(&self) -> LPDS_R

Bit 0 - Low-power deep sleep

Source

pub fn pdds(&self) -> PDDS_R

Bit 1 - Power down deepsleep

Source

pub fn cwuf(&self) -> CWUF_R

Bit 2 - Clear wakeup flag

Source

pub fn csbf(&self) -> CSBF_R

Bit 3 - Clear standby flag

Source

pub fn pvde(&self) -> PVDE_R

Bit 4 - Power voltage detector enable

Source

pub fn pls(&self) -> PLS_R

Bits 5:7 - PVD level selection

Source

pub fn dbp(&self) -> DBP_R

Bit 8 - Disable backup domain write protection

Trait Implementations§

Source§

impl Debug for R

Source§

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

Formats the value using the given formatter. Read more