#[repr(u8)]pub enum Fdfd {
ZZ41 = 0,
ZZ42 = 1,
}Variants§
ZZ41 = 0
FSTAT[DFDIF] sets only if a double bit fault is detected during a valid flash read access from the FMC
ZZ42 = 1
FSTAT[DFDIF] sets during any valid flash read access from the FMC; an interrupt request is generated if the DFDIE bit is set
Implementations§
Trait Implementations§
Source§impl Ord for Fdfd
impl Ord for Fdfd
Source§impl PartialOrd for Fdfd
impl PartialOrd for Fdfd
impl Copy for Fdfd
impl Eq for Fdfd
impl StructuralPartialEq for Fdfd
Auto Trait Implementations§
impl Freeze for Fdfd
impl RefUnwindSafe for Fdfd
impl Send for Fdfd
impl Sync for Fdfd
impl Unpin for Fdfd
impl UnwindSafe for Fdfd
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