Enum Fdfd
pub enum Fdfd {
_0 = 0,
_1 = 1,
}Expand description
Force Double Bit Fault Detect
Value on reset: 0
Variants§
_0 = 0
0: FERSTAT[DFDIF] sets only if a double bit fault is detected during read access from the platform flash controller
_1 = 1
1: FERSTAT[DFDIF] sets during any valid flash read access from the platform flash controller. An interrupt request is generated if the DFDIE bit is set.
Trait Implementations§
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