Struct esp32s3::rtc_cntl::time_high1::R
source · pub struct R(_);
Expand description
Register TIME_HIGH1
reader
Implementations
sourceimpl R
impl R
sourcepub fn timer_value1_high(&self) -> TIMER_VALUE1_HIGH_R
pub fn timer_value1_high(&self) -> TIMER_VALUE1_HIGH_R
Bits 0:15 - RTC timer high 16 bits
Methods from Deref<Target = R<TIME_HIGH1_SPEC>>
Trait Implementations
sourceimpl From<R<TIME_HIGH1_SPEC>> for R
impl From<R<TIME_HIGH1_SPEC>> for R
sourcefn from(reader: R<TIME_HIGH1_SPEC>) -> Self
fn from(reader: R<TIME_HIGH1_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more