pub struct W(/* private fields */);
Expand description
Register CH12_TIMING
writer
Implementations§
Source§impl W
impl W
Sourcepub fn sampledly(&mut self) -> SAMPLEDLY_W<'_>
pub fn sampledly(&mut self) -> SAMPLEDLY_W<'_>
Bits 6:12 - Set sample delay
Sourcepub fn measuredly(&mut self) -> MEASUREDLY_W<'_>
pub fn measuredly(&mut self) -> MEASUREDLY_W<'_>
Bits 13:19 - Set measure delay
Methods from Deref<Target = W<CH12_TIMING_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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