Struct esp32c3::systimer::target1_hi::W
source · pub struct W(_);
Expand description
Register TARGET1_HI
writer
Implementations§
source§impl W
impl W
sourcepub fn timer_target1_hi(&mut self) -> TIMER_TARGET1_HI_W<'_, 0>
pub fn timer_target1_hi(&mut self) -> TIMER_TARGET1_HI_W<'_, 0>
Bits 0:19 - timer taget1 high 32 bit
Methods from Deref<Target = W<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