Struct esp32c3::rtc_cntl::time_high0::R
source · pub struct R(_);
Expand description
Register TIME_HIGH0
reader
Implementations§
source§impl R
impl R
sourcepub fn timer_value0_high(&self) -> TIMER_VALUE0_HIGH_R
pub fn timer_value0_high(&self) -> TIMER_VALUE0_HIGH_R
Bits 0:15 - RTC timer high 16 bits
Methods from Deref<Target = R<TIME_HIGH0_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