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