Struct esp32c6::systimer::target2_hi::R
source · pub struct R(_);Expand description
Register TARGET2_HI reader
Implementations§
source§impl R
impl R
sourcepub fn timer_target2_hi(&self) -> TIMER_TARGET2_HI_R
pub fn timer_target2_hi(&self) -> TIMER_TARGET2_HI_R
Bits 0:19 - timer taget2 high 20 bits
Methods from Deref<Target = R<TARGET2_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