#[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) -> u32
pub const fn evtimer_count_value(&self) -> u32
A read reflects the current value of the upper 32 bits of the EVTIMER. Note there is physically only one EVTimer, readable from all domains.
Sourcepub const fn set_evtimer_count_value(&mut self, val: u32)
pub const fn set_evtimer_count_value(&mut self, val: u32)
A read reflects the current value of the upper 32 bits of the EVTIMER. Note there is physically 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