Enum Er1br
pub enum Er1br {
_0 = 0,
_1 = 1,
}Expand description
Enable RAM ECC 1 Bit 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 Er1br
impl Eq for Er1br
impl StructuralPartialEq for Er1br
Auto Trait Implementations§
impl Freeze for Er1br
impl RefUnwindSafe for Er1br
impl Send for Er1br
impl Sync for Er1br
impl Unpin for Er1br
impl UnwindSafe for Er1br
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