pub enum DisMbeccErrInst {
Enable = 0,
Disable = 1,
}Expand description
Bus error on data multi-bit ECC error control Set this field to 0 if you want to enable flash speculative
Value on reset: 0
Variants§
Enable = 0
0: Enables bus error on multi-bit ECC error for instruction
Disable = 1
1: Disables bus error on multi-bit ECC error for instruction
Trait Implementations§
Source§impl Clone for DisMbeccErrInst
impl Clone for DisMbeccErrInst
Source§fn clone(&self) -> DisMbeccErrInst
fn clone(&self) -> DisMbeccErrInst
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DisMbeccErrInst
Source§impl Debug for DisMbeccErrInst
impl Debug for DisMbeccErrInst
impl Eq for DisMbeccErrInst
Source§impl From<DisMbeccErrInst> for bool
impl From<DisMbeccErrInst> for bool
Source§fn from(variant: DisMbeccErrInst) -> Self
fn from(variant: DisMbeccErrInst) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DisMbeccErrInst
impl PartialEq for DisMbeccErrInst
Source§fn eq(&self, other: &DisMbeccErrInst) -> bool
fn eq(&self, other: &DisMbeccErrInst) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DisMbeccErrInst
Auto Trait Implementations§
impl Freeze for DisMbeccErrInst
impl RefUnwindSafe for DisMbeccErrInst
impl Send for DisMbeccErrInst
impl Sync for DisMbeccErrInst
impl Unpin for DisMbeccErrInst
impl UnsafeUnpin for DisMbeccErrInst
impl UnwindSafe for DisMbeccErrInst
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