pub enum DisMbeccErrData {
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: 1
Variants§
Enable = 0
0: Enables bus error on multi-bit ECC error for data
Disable = 1
1: Disables bus error on multi-bit ECC error for data
Trait Implementations§
Source§impl Clone for DisMbeccErrData
impl Clone for DisMbeccErrData
Source§fn clone(&self) -> DisMbeccErrData
fn clone(&self) -> DisMbeccErrData
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 DisMbeccErrData
Source§impl Debug for DisMbeccErrData
impl Debug for DisMbeccErrData
impl Eq for DisMbeccErrData
Source§impl From<DisMbeccErrData> for bool
impl From<DisMbeccErrData> for bool
Source§fn from(variant: DisMbeccErrData) -> Self
fn from(variant: DisMbeccErrData) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DisMbeccErrData
impl PartialEq for DisMbeccErrData
Source§fn eq(&self, other: &DisMbeccErrData) -> bool
fn eq(&self, other: &DisMbeccErrData) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DisMbeccErrData
Auto Trait Implementations§
impl Freeze for DisMbeccErrData
impl RefUnwindSafe for DisMbeccErrData
impl Send for DisMbeccErrData
impl Sync for DisMbeccErrData
impl Unpin for DisMbeccErrData
impl UnsafeUnpin for DisMbeccErrData
impl UnwindSafe for DisMbeccErrData
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