Struct esp32c3::systimer::target2_lo::R
source · pub struct R(_);
Expand description
Register TARGET2_LO
reader
Implementations§
source§impl R
impl R
sourcepub fn timer_target2_lo(&self) -> TIMER_TARGET2_LO_R
pub fn timer_target2_lo(&self) -> TIMER_TARGET2_LO_R
Bits 0:31 - timer taget2 low 32 bit
Methods from Deref<Target = R<TARGET2_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