Struct d1_pac::hs_timer::hs_tmr_intv_hi::R
source · pub struct R(/* private fields */);
Expand description
Register hs_tmr%s_intv_hi
reader
Implementations§
source§impl R
impl R
sourcepub fn hs_tmr_intv_value_hi(&self) -> HS_TMR_INTV_VALUE_HI_R
pub fn hs_tmr_intv_value_hi(&self) -> HS_TMR_INTV_VALUE_HI_R
Bits 0:23
Methods from Deref<Target = R<HS_TMR_INTV_HI_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