Struct d1_pac::hs_timer::hs_tmr_ctrl::R
source · pub struct R(/* private fields */);
Expand description
Register hs_tmr%s_ctrl
reader
Implementations§
source§impl R
impl R
sourcepub fn hs_tmr_en(&self) -> HS_TMR_EN_R
pub fn hs_tmr_en(&self) -> HS_TMR_EN_R
Bit 0 - HSTimer Enable
sourcepub fn hs_tmr_reload(&self) -> HS_TMR_RELOAD_R
pub fn hs_tmr_reload(&self) -> HS_TMR_RELOAD_R
Bit 1 - HSTimer Reload
sourcepub fn hs_tmr_clk(&self) -> HS_TMR_CLK_R
pub fn hs_tmr_clk(&self) -> HS_TMR_CLK_R
Bits 4:6 - Select the pre-scale for the HSTimer clock sources
sourcepub fn hs_tmr_mode(&self) -> HS_TMR_MODE_R
pub fn hs_tmr_mode(&self) -> HS_TMR_MODE_R
Bit 7 - Select the timing mode for HSTimer
sourcepub fn hs_tmr_test(&self) -> HS_TMR_TEST_R
pub fn hs_tmr_test(&self) -> HS_TMR_TEST_R
Bit 31 - Select the operating mode for HSTimer
Methods from Deref<Target = R<HS_TMR_CTRL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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