Enum Erncr
pub enum Erncr {
_0 = 0,
_1 = 1,
}Expand description
Enable RAM ECC Noncorrectable Reporting This bit field is Reserved and Read-Only 0 for S32K11x variants. This bit field cannot mask ECC reporting, as a result the ECC would always be reported.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Erncr
impl Eq for Erncr
impl StructuralPartialEq for Erncr
Auto Trait Implementations§
impl Freeze for Erncr
impl RefUnwindSafe for Erncr
impl Send for Erncr
impl Sync for Erncr
impl Unpin for Erncr
impl UnwindSafe for Erncr
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