pub struct R(_);
Expand description
Register RTCCALICFG
reader
Implementations
sourceimpl R
impl R
sourcepub fn rtc_cali_start_cycling(&self) -> RTC_CALI_START_CYCLING_R
pub fn rtc_cali_start_cycling(&self) -> RTC_CALI_START_CYCLING_R
Bit 12 - Reserved
sourcepub fn rtc_cali_clk_sel(&self) -> RTC_CALI_CLK_SEL_R
pub fn rtc_cali_clk_sel(&self) -> RTC_CALI_CLK_SEL_R
Bits 13:14 - 0:rtc slow clock. 1:clk_8m, 2:xtal_32k.
sourcepub fn rtc_cali_rdy(&self) -> RTC_CALI_RDY_R
pub fn rtc_cali_rdy(&self) -> RTC_CALI_RDY_R
Bit 15 - Reserved
sourcepub fn rtc_cali_max(&self) -> RTC_CALI_MAX_R
pub fn rtc_cali_max(&self) -> RTC_CALI_MAX_R
Bits 16:30 - Reserved
sourcepub fn rtc_cali_start(&self) -> RTC_CALI_START_R
pub fn rtc_cali_start(&self) -> RTC_CALI_START_R
Bit 31 - Reserved
Methods from Deref<Target = R<RTCCALICFG_SPEC>>
Trait Implementations
sourceimpl From<R<RTCCALICFG_SPEC>> for R
impl From<R<RTCCALICFG_SPEC>> for R
sourcefn from(reader: R<RTCCALICFG_SPEC>) -> Self
fn from(reader: R<RTCCALICFG_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more