#[repr(transparent)]pub struct CaptureL(pub u32);Expand description
Capture Low Register
Tuple Fields§
§0: u32Implementations§
Source§impl CaptureL
impl CaptureL
Sourcepub const fn capture_value(&self) -> u32
pub const fn capture_value(&self) -> u32
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();”).
Sourcepub const fn set_capture_value(&mut self, val: u32)
pub const fn set_capture_value(&mut self, val: u32)
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();”).
Trait Implementations§
impl Copy for CaptureL
impl Eq for CaptureL
impl StructuralPartialEq for CaptureL
Auto Trait Implementations§
impl Freeze for CaptureL
impl RefUnwindSafe for CaptureL
impl Send for CaptureL
impl Sync for CaptureL
impl Unpin for CaptureL
impl UnwindSafe for CaptureL
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