Enum CodeOp
#[repr(u8)]pub enum CodeOp {
B0x0 = 0,
B0x1 = 1,
B0x2 = 2,
B0x3 = 3,
B0x4 = 4,
B0x5 = 5,
B0x6 = 6,
B0x7 = 7,
}Variants§
B0x0 = 0
No flash operation on going during previous reset
B0x1 = 1
Single write operation interrupted
B0x2 = 2
OBK alternate sector erase
B0x3 = 3
Sector erase operation interrupted
B0x4 = 4
Bank erase operation interrupted
B0x5 = 5
Mass erase operation interrupted
B0x6 = 6
Option change operation interrupted
B0x7 = 7
OBK swap sector request
Implementations§
Trait Implementations§
§impl Ord for CodeOp
impl Ord for CodeOp
§impl PartialOrd for CodeOp
impl PartialOrd for CodeOp
impl Copy for CodeOp
impl Eq for CodeOp
impl StructuralPartialEq for CodeOp
Auto Trait Implementations§
impl Freeze for CodeOp
impl RefUnwindSafe for CodeOp
impl Send for CodeOp
impl Sync for CodeOp
impl Unpin for CodeOp
impl UnwindSafe for CodeOp
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