Enum Dfdif
pub enum Dfdif {
_0 = 0,
_1 = 1,
}Expand description
Double Bit Fault Detect Interrupt Flag
Value on reset: 0
Variants§
_0 = 0
0: Double bit fault not detected during a valid flash read access from the platform flash controller
_1 = 1
1: Double bit fault detected (or FERCNFG[FDFD] is set) during a valid flash read access from the platform flash controller
Trait Implementations§
impl Copy for Dfdif
impl Eq for Dfdif
impl StructuralPartialEq for Dfdif
Auto Trait Implementations§
impl Freeze for Dfdif
impl RefUnwindSafe for Dfdif
impl Send for Dfdif
impl Sync for Dfdif
impl Unpin for Dfdif
impl UnwindSafe for Dfdif
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