#[repr(u8)]pub enum EccIntEn {
ECC_INT_EN_0 = 0,
ECC_INT_EN_1 = 1,
}Variants§
ECC_INT_EN_0 = 0
No interrupt is generated when error is detected. Only the status bit ECC_INT is set.
ECC_INT_EN_1 = 1
Interrupt is generated when error is detected.
Implementations§
Trait Implementations§
Source§impl Ord for EccIntEn
impl Ord for EccIntEn
Source§impl PartialOrd for EccIntEn
impl PartialOrd for EccIntEn
impl Copy for EccIntEn
impl Eq for EccIntEn
impl StructuralPartialEq for EccIntEn
Auto Trait Implementations§
impl Freeze for EccIntEn
impl RefUnwindSafe for EccIntEn
impl Send for EccIntEn
impl Sync for EccIntEn
impl Unpin for EccIntEn
impl UnwindSafe for EccIntEn
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