Struct esp32s2::rtc_cntl::xtal32k_clk_factor::R
source · pub struct R(_);Expand description
Register XTAL32K_CLK_FACTOR reader
Implementations§
source§impl R
impl R
sourcepub fn xtal32k_clk_factor(&self) -> XTAL32K_CLK_FACTOR_R
pub fn xtal32k_clk_factor(&self) -> XTAL32K_CLK_FACTOR_R
Bits 0:31 - Configures the divider factor for the 32 kHz crystal oscillator.
Methods from Deref<Target = R<XTAL32K_CLK_FACTOR_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