Type Alias R

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

Register ISR reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn alrawf(&self) -> ALRAWF_R

Bit 0 - Alarm A write flag

Source

pub fn shpf(&self) -> SHPF_R

Bit 3 - Shift operation pending

Source

pub fn inits(&self) -> INITS_R

Bit 4 - Initialization status flag

Source

pub fn rsf(&self) -> RSF_R

Bit 5 - Registers synchronization flag

Source

pub fn initf(&self) -> INITF_R

Bit 6 - Initialization flag

Source

pub fn init(&self) -> INIT_R

Bit 7 - Initialization mode

Source

pub fn alraf(&self) -> ALRAF_R

Bit 8 - Alarm A flag

Source

pub fn tsf(&self) -> TSF_R

Bit 11 - Time-stamp flag

Source

pub fn tsovf(&self) -> TSOVF_R

Bit 12 - Time-stamp overflow flag

Source

pub fn tamp1f(&self) -> TAMP1F_R

Bit 13 - RTC_TAMP1 detection flag

Source

pub fn tamp2f(&self) -> TAMP2F_R

Bit 14 - RTC_TAMP2 detection flag

Source

pub fn recalpf(&self) -> RECALPF_R

Bit 16 - Recalibration pending 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