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