Struct esp32::timg0::rtccalicfg::W
source · pub struct W(_);
Expand description
Register RTCCALICFG
writer
Implementations§
source§impl W
impl W
sourcepub fn rtc_cali_start_cycling(&mut self) -> RTC_CALI_START_CYCLING_W<'_, 12>
pub fn rtc_cali_start_cycling(&mut self) -> RTC_CALI_START_CYCLING_W<'_, 12>
Bit 12
sourcepub fn rtc_cali_clk_sel(&mut self) -> RTC_CALI_CLK_SEL_W<'_, 13>
pub fn rtc_cali_clk_sel(&mut self) -> RTC_CALI_CLK_SEL_W<'_, 13>
Bits 13:14
sourcepub fn rtc_cali_max(&mut self) -> RTC_CALI_MAX_W<'_, 16>
pub fn rtc_cali_max(&mut self) -> RTC_CALI_MAX_W<'_, 16>
Bits 16:30
sourcepub fn rtc_cali_start(&mut self) -> RTC_CALI_START_W<'_, 31>
pub fn rtc_cali_start(&mut self) -> RTC_CALI_START_W<'_, 31>
Bit 31
Methods from Deref<Target = W<RTCCALICFG_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more