Struct esp32h2::trace::resync_prolonged::R
source · pub struct R(_);
Expand description
Register RESYNC_PROLONGED
reader
Implementations§
source§impl R
impl R
sourcepub fn resync_prolonged(&self) -> RESYNC_PROLONGED_R
pub fn resync_prolonged(&self) -> RESYNC_PROLONGED_R
Bits 0:23 - count number, when count to this value, send a sync package
sourcepub fn resync_mode(&self) -> RESYNC_MODE_R
pub fn resync_mode(&self) -> RESYNC_MODE_R
Bit 24 - resyc mode sel: 0: default, cycle count 1: package num count
Methods from Deref<Target = R<RESYNC_PROLONGED_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