Struct efm32wg395_pac::lesense::ch2_timing::W
source · [−]pub struct W(_);
Expand description
Register CH2_TIMING
writer
Implementations
sourceimpl 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<CH2_TIMING_SPEC>>
Trait Implementations
sourceimpl From<W<CH2_TIMING_SPEC>> for W
impl From<W<CH2_TIMING_SPEC>> for W
sourcefn from(writer: W<CH2_TIMING_SPEC>) -> Self
fn from(writer: W<CH2_TIMING_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more