Struct esp32c3::systimer::unit0_value_hi::R
source · pub struct R(_);
Expand description
Register UNIT0_VALUE_HI
reader
Implementations§
source§impl R
impl R
sourcepub fn timer_unit0_value_hi(&self) -> TIMER_UNIT0_VALUE_HI_R
pub fn timer_unit0_value_hi(&self) -> TIMER_UNIT0_VALUE_HI_R
Bits 0:19 - timer read value high 32bit
Methods from Deref<Target = R<UNIT0_VALUE_HI_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