Type Alias R

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

Register CRL reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn secf(&self) -> SECF_R

Bit 0 - Second Flag

Source

pub fn alrf(&self) -> ALRF_R

Bit 1 - Alarm Flag

Source

pub fn owf(&self) -> OWF_R

Bit 2 - Overflow Flag

Source

pub fn rsf(&self) -> RSF_R

Bit 3 - Registers Synchronized Flag

Source

pub fn cnf(&self) -> CNF_R

Bit 4 - Configuration Flag

Source

pub fn rtoff(&self) -> RTOFF_R

Bit 5 - RTC operation OFF

Trait Implementations§

Source§

impl Debug for R

Source§

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

Formats the value using the given formatter. Read more