#[repr(u8)]pub enum Dfdie {
ZZ33 = 0,
ZZ34 = 1,
}Variants§
ZZ33 = 0
Double bit fault detect interrupt disabled
ZZ34 = 1
Double bit fault detect interrupt enabled; an interrupt request is generated whenever the FSTAT[DFDIF] flag is set
Implementations§
Trait Implementations§
Source§impl Ord for Dfdie
impl Ord for Dfdie
Source§impl PartialOrd for Dfdie
impl PartialOrd for Dfdie
impl Copy for Dfdie
impl Eq for Dfdie
impl StructuralPartialEq for Dfdie
Auto Trait Implementations§
impl Freeze for Dfdie
impl RefUnwindSafe for Dfdie
impl Send for Dfdie
impl Sync for Dfdie
impl Unpin for Dfdie
impl UnwindSafe for Dfdie
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