pub enum FIX {
AutoErase = 0,
PrelimErase = 1,
}
Expand description
Fixed time data write for Byte, Half Word and Word programming
Value on reset: 0
Variants§
AutoErase = 0
0: An erase phase is automatically performed
PrelimErase = 1
1: The program operation is always performed with a preliminary erase
Trait Implementations§
impl Copy for FIX
impl Eq for FIX
impl StructuralPartialEq for FIX
Auto Trait Implementations§
impl Freeze for FIX
impl RefUnwindSafe for FIX
impl Send for FIX
impl Sync for FIX
impl Unpin for FIX
impl UnwindSafe for FIX
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