#[repr(u8)]pub enum P0Dirty {
P0_DIRTY_0 = 0,
P0_DIRTY_1 = 1,
}Variants§
P0_DIRTY_0 = 0
Indicates normal operation. No Writes have been directed to the inactive Flash
P0_DIRTY_1 = 1
Indicates that a write to the inactive Flash has been detected and the state of the flash should be considered “dirty”.
Implementations§
Trait Implementations§
Source§impl Ord for P0Dirty
impl Ord for P0Dirty
Source§impl PartialOrd for P0Dirty
impl PartialOrd for P0Dirty
impl Copy for P0Dirty
impl Eq for P0Dirty
impl StructuralPartialEq for P0Dirty
Auto Trait Implementations§
impl Freeze for P0Dirty
impl RefUnwindSafe for P0Dirty
impl Send for P0Dirty
impl Sync for P0Dirty
impl Unpin for P0Dirty
impl UnwindSafe for P0Dirty
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