Struct efm32gg380_pac::lesense::ch2_timing::R
source · [−]pub struct R(_);
Expand description
Register CH2_TIMING
reader
Implementations
sourceimpl R
impl R
sourcepub fn sampledly(&self) -> SAMPLEDLY_R
pub fn sampledly(&self) -> SAMPLEDLY_R
Bits 6:12 - Set sample delay
sourcepub fn measuredly(&self) -> MEASUREDLY_R
pub fn measuredly(&self) -> MEASUREDLY_R
Bits 13:19 - Set measure delay
Methods from Deref<Target = R<CH2_TIMING_SPEC>>
Trait Implementations
sourceimpl From<R<CH2_TIMING_SPEC>> for R
impl From<R<CH2_TIMING_SPEC>> for R
sourcefn from(reader: R<CH2_TIMING_SPEC>) -> Self
fn from(reader: R<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