Type Alias R

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

Register CALR reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn calm(&self) -> CALM_R

Bits 0:8 - Calibration minus

Source

pub fn calw16(&self) -> CALW16_R

Bit 13 - Use a 16-second calibration cycle period

Source

pub fn calw8(&self) -> CALW8_R

Bit 14 - Use an 8-second calibration cycle period

Source

pub fn calp(&self) -> CALP_R

Bit 15 - Increase frequency of RTC by 488.5 ppm

Trait Implementations§

Source§

impl Debug for R

Source§

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

Formats the value using the given formatter. Read more