#[repr(u8)]pub enum EEPM_A {
ATOMIC = 0,
ERASE = 1,
WRITE = 2,
}
Expand description
EEPROM Programming Mode Bits
Value on reset: 0
Variants§
ATOMIC = 0
0: Atomic (erase and write in one operation)
ERASE = 1
1: Erase only
WRITE = 2
2: Write only
Trait Implementations§
source§impl PartialEq for EEPM_A
impl PartialEq for EEPM_A
impl Copy for EEPM_A
impl Eq for EEPM_A
impl StructuralPartialEq for EEPM_A
Auto Trait Implementations§
impl Freeze for EEPM_A
impl RefUnwindSafe for EEPM_A
impl Send for EEPM_A
impl Sync for EEPM_A
impl Unpin for EEPM_A
impl UnwindSafe for EEPM_A
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