Struct esp32h2::systimer::real_target1_hi::R
source · pub struct R(_);
Expand description
Register REAL_TARGET1_HI
reader
Implementations§
source§impl R
impl R
sourcepub fn target1_hi_ro(&self) -> TARGET1_HI_RO_R
pub fn target1_hi_ro(&self) -> TARGET1_HI_RO_R
Bits 0:19 - actual target value value high 20bits
Methods from Deref<Target = R<REAL_TARGET1_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