pub struct HISR { /* private fields */ }
Expand description
high interrupt status register
Implementations§
Auto Trait Implementations§
impl !Freeze for HISR
impl !RefUnwindSafe for HISR
impl Send for HISR
impl !Sync for HISR
impl Unpin for HISR
impl UnwindSafe for HISR
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