#[repr(u8)]pub enum EEPM_A {
VAL_0X00 = 0,
VAL_0X01 = 1,
VAL_0X02 = 2,
}
Expand description
EEPROM Programming Mode Bits
Value on reset: 0
Variants§
VAL_0X00 = 0
0: Erase and Write in one operation
VAL_0X01 = 1
1: Erase Only
VAL_0X02 = 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