Struct esp32c6::modem_lpcon::lp_timer_conf::R
source · pub struct R(_);Expand description
Register LP_TIMER_CONF reader
Implementations§
source§impl R
impl R
sourcepub fn clk_lp_timer_sel_osc_slow(&self) -> CLK_LP_TIMER_SEL_OSC_SLOW_R
pub fn clk_lp_timer_sel_osc_slow(&self) -> CLK_LP_TIMER_SEL_OSC_SLOW_R
Bit 0
sourcepub fn clk_lp_timer_sel_osc_fast(&self) -> CLK_LP_TIMER_SEL_OSC_FAST_R
pub fn clk_lp_timer_sel_osc_fast(&self) -> CLK_LP_TIMER_SEL_OSC_FAST_R
Bit 1
sourcepub fn clk_lp_timer_sel_xtal(&self) -> CLK_LP_TIMER_SEL_XTAL_R
pub fn clk_lp_timer_sel_xtal(&self) -> CLK_LP_TIMER_SEL_XTAL_R
Bit 2
sourcepub fn clk_lp_timer_sel_xtal32k(&self) -> CLK_LP_TIMER_SEL_XTAL32K_R
pub fn clk_lp_timer_sel_xtal32k(&self) -> CLK_LP_TIMER_SEL_XTAL32K_R
Bit 3
sourcepub fn clk_lp_timer_div_num(&self) -> CLK_LP_TIMER_DIV_NUM_R
pub fn clk_lp_timer_div_num(&self) -> CLK_LP_TIMER_DIV_NUM_R
Bits 4:15
Methods from Deref<Target = R<LP_TIMER_CONF_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