#[repr(transparent)]pub struct CaptureH(pub u32);Expand description
Capture High Register
Tuple Fields§
§0: u32Implementations§
Source§impl CaptureH
impl CaptureH
Sourcepub const fn capture_value(&self) -> u16
pub const fn capture_value(&self) -> u16
A read reflects the value of the upper 10 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: u16)
pub const fn set_capture_value(&mut self, val: u16)
A read reflects the value of the upper 10 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 CaptureH
impl Eq for CaptureH
impl StructuralPartialEq for CaptureH
Auto Trait Implementations§
impl Freeze for CaptureH
impl RefUnwindSafe for CaptureH
impl Send for CaptureH
impl Sync for CaptureH
impl Unpin for CaptureH
impl UnwindSafe for CaptureH
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