Struct esp32s2::systimer::target1_lo::W
source · pub struct W(_);
Expand description
Register TARGET1_LO
writer
Implementations§
source§impl W
impl W
sourcepub fn timer_target1_lo(&mut self) -> TIMER_TARGET1_LO_W<'_, 0>
pub fn timer_target1_lo(&mut self) -> TIMER_TARGET1_LO_W<'_, 0>
Bits 0:31 - System timer target 1, low 32 bits.
Methods from Deref<Target = W<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