#[repr(transparent)]pub struct Evtimerh(pub u32);Expand description
EVTIMER High Register
Tuple Fields§
§0: u32Implementations§
Source§impl Evtimerh
impl Evtimerh
Sourcepub const fn evtimer_count_value(&self) -> u16
pub const fn evtimer_count_value(&self) -> u16
A read reflects the current value of the upper 10 bits of the 42-bits EVTIMER. Note there is only one EVTIMER, readable from all domains.
Sourcepub const fn set_evtimer_count_value(&mut self, val: u16)
pub const fn set_evtimer_count_value(&mut self, val: u16)
A read reflects the current value of the upper 10 bits of the 42-bits EVTIMER. Note there is only one EVTIMER, readable from all domains.
Trait Implementations§
impl Copy for Evtimerh
impl Eq for Evtimerh
impl StructuralPartialEq for Evtimerh
Auto Trait Implementations§
impl Freeze for Evtimerh
impl RefUnwindSafe for Evtimerh
impl Send for Evtimerh
impl Sync for Evtimerh
impl Unpin for Evtimerh
impl UnwindSafe for Evtimerh
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