Struct esp32s3::systimer::real_target1_lo::R
source · pub struct R(_);
Expand description
Register REAL_TARGET1_LO
reader
Implementations§
source§impl R
impl R
sourcepub fn target1_lo_ro(&self) -> TARGET1_LO_RO_R
pub fn target1_lo_ro(&self) -> TARGET1_LO_RO_R
Bits 0:31 - actual target value value low 32bits
Methods from Deref<Target = R<REAL_TARGET1_LO_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