pub struct Erm { /* private fields */ }Expand description
Error Reporting Module
Implementations§
Source§impl Erm
impl Erm
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn corr_err_cnt0(self) -> Reg<CorrErrCnt0, RW>
pub const fn corr_err_cnt0(self) -> Reg<CorrErrCnt0, RW>
ERM Memory 0 Correctable Error Count Register
Sourcepub const fn corr_err_cnt1(self) -> Reg<CorrErrCnt1, RW>
pub const fn corr_err_cnt1(self) -> Reg<CorrErrCnt1, RW>
ERM Memory 1 Correctable Error Count Register
Trait Implementations§
impl Copy for Erm
impl Eq for Erm
impl Send for Erm
impl StructuralPartialEq for Erm
impl Sync for Erm
Auto Trait Implementations§
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