pub struct Erm0 { /* private fields */ }Expand description
ERM
Implementations§
Source§impl Erm0
impl Erm0
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
Sourcepub const fn corr_err_cnt2(self) -> Reg<CorrErrCnt2, RW>
pub const fn corr_err_cnt2(self) -> Reg<CorrErrCnt2, RW>
ERM Memory 2 Correctable Error Count Register
Sourcepub const fn corr_err_cnt3(self) -> Reg<CorrErrCnt3, RW>
pub const fn corr_err_cnt3(self) -> Reg<CorrErrCnt3, RW>
ERM Memory 3 Correctable Error Count Register
Sourcepub const fn corr_err_cnt4(self) -> Reg<CorrErrCnt4, RW>
pub const fn corr_err_cnt4(self) -> Reg<CorrErrCnt4, RW>
ERM Memory 4 Correctable Error Count Register
Sourcepub const fn corr_err_cnt5(self) -> Reg<CorrErrCnt5, RW>
pub const fn corr_err_cnt5(self) -> Reg<CorrErrCnt5, RW>
ERM Memory 5 Correctable Error Count Register
Sourcepub const fn corr_err_cnt6(self) -> Reg<CorrErrCnt6, RW>
pub const fn corr_err_cnt6(self) -> Reg<CorrErrCnt6, RW>
ERM Memory 6 Correctable Error Count Register
Sourcepub const fn corr_err_cnt7(self) -> Reg<CorrErrCnt7, RW>
pub const fn corr_err_cnt7(self) -> Reg<CorrErrCnt7, RW>
ERM Memory 7 Correctable Error Count Register
Sourcepub const fn corr_err_cnt8(self) -> Reg<CorrErrCnt8, RW>
pub const fn corr_err_cnt8(self) -> Reg<CorrErrCnt8, RW>
ERM Memory 8 Correctable Error Count Register
Sourcepub const fn corr_err_cnt9(self) -> Reg<CorrErrCnt9, RW>
pub const fn corr_err_cnt9(self) -> Reg<CorrErrCnt9, RW>
ERM Memory 9 Correctable Error Count Register
Trait Implementations§
impl Copy for Erm0
impl Eq for Erm0
impl Send for Erm0
impl StructuralPartialEq for Erm0
impl Sync for Erm0
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