pub struct R(/* private fields */);Expand description
Register CAPTURE_L reader
Implementations§
Source§impl R
impl R
Sourcepub fn capture_value(&self) -> CAPTURE_VALUE_R
pub fn capture_value(&self) -> CAPTURE_VALUE_R
Bits 0:31 - A read reflects the value of the lower 32 bits of the central 42-bits EVTIMER at the time the last capture signal was generated by the CPU (using CMSIS C function “__SEV();”).
Methods from Deref<Target = R<CAPTURE_L_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnsafeUnpin for R
impl UnwindSafe for R
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