#[repr(transparent)]pub struct CaptureL(pub u32);Expand description
Local 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 EVTIMER at the time the last capture signal was generated by the CPU. A separate pair of CAPTURE registers are implemented for each CPU. Each CPU reads its own capture value at the same pair of addresses.
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 EVTIMER at the time the last capture signal was generated by the CPU. A separate pair of CAPTURE registers are implemented for each CPU. Each CPU reads its own capture value at the same pair of addresses.
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