Struct esp32c2_hal::pac::timg0::rtccalicfg::R
pub struct R(_);
Expand description
Register RTCCALICFG
reader
Implementations
impl R
impl R
pub fn rtc_cali_start_cycling(&self) -> BitReaderRaw<bool>
pub fn rtc_cali_start_cycling(&self) -> BitReaderRaw<bool>
Bit 12 - Reserved
pub fn rtc_cali_clk_sel(&self) -> FieldReaderRaw<u8, u8>
pub fn rtc_cali_clk_sel(&self) -> FieldReaderRaw<u8, u8>
Bits 13:14 - 0:rtc slow clock. 1:clk_8m, 2:xtal_32k.
pub fn rtc_cali_rdy(&self) -> BitReaderRaw<bool>
pub fn rtc_cali_rdy(&self) -> BitReaderRaw<bool>
Bit 15 - Reserved
pub fn rtc_cali_max(&self) -> FieldReaderRaw<u16, u16>
pub fn rtc_cali_max(&self) -> FieldReaderRaw<u16, u16>
Bits 16:30 - Reserved
pub fn rtc_cali_start(&self) -> BitReaderRaw<bool>
pub fn rtc_cali_start(&self) -> BitReaderRaw<bool>
Bit 31 - Reserved
Methods from Deref<Target = R<RTCCALICFG_SPEC>>
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations
impl From<R<RTCCALICFG_SPEC>> for R
impl From<R<RTCCALICFG_SPEC>> for R
fn from(reader: R<RTCCALICFG_SPEC>) -> R
fn from(reader: R<RTCCALICFG_SPEC>) -> R
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