Struct esp32h2::pcr::systimer_conf::R
source · pub struct R(_);
Expand description
Register SYSTIMER_CONF
reader
Implementations§
source§impl R
impl R
sourcepub fn systimer_clk_en(&self) -> SYSTIMER_CLK_EN_R
pub fn systimer_clk_en(&self) -> SYSTIMER_CLK_EN_R
Bit 0 - Set 1 to enable systimer apb clock
sourcepub fn systimer_rst_en(&self) -> SYSTIMER_RST_EN_R
pub fn systimer_rst_en(&self) -> SYSTIMER_RST_EN_R
Bit 1 - Set 0 to reset systimer module
sourcepub fn systimer_ready(&self) -> SYSTIMER_READY_R
pub fn systimer_ready(&self) -> SYSTIMER_READY_R
Bit 2 - Query this field after reset systimer module
Methods from Deref<Target = R<SYSTIMER_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