pub struct ImpIntmonr(pub u32);Expand description
IMP_INTMONR (Interrupt Monitoring Register)
Tuple Fields§
§0: u32Implementations§
Source§impl ImpIntmonr
impl ImpIntmonr
Sourcepub fn read() -> ImpIntmonr
pub fn read() -> ImpIntmonr
Reads IMP_INTMONR (Interrupt Monitoring Register)
Trait Implementations§
Source§impl Clone for ImpIntmonr
impl Clone for ImpIntmonr
Source§fn clone(&self) -> ImpIntmonr
fn clone(&self) -> ImpIntmonr
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ImpIntmonr
impl Debug for ImpIntmonr
Source§impl SysReg for ImpIntmonr
impl SysReg for ImpIntmonr
Source§impl SysRegRead for ImpIntmonr
impl SysRegRead for ImpIntmonr
Source§impl SysRegWrite for ImpIntmonr
impl SysRegWrite for ImpIntmonr
impl Copy for ImpIntmonr
Auto Trait Implementations§
impl Freeze for ImpIntmonr
impl RefUnwindSafe for ImpIntmonr
impl Send for ImpIntmonr
impl Sync for ImpIntmonr
impl Unpin for ImpIntmonr
impl UnwindSafe for ImpIntmonr
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