#[repr(u8)]pub enum EPROT_A {
_0 = 0,
_1 = 1,
}Expand description
EEPROM Region Protect
Value on reset: 0
Variants§
_0 = 0
0: For devices with program flash only: Reserved For devices with FlexNVM: EEPROM region is protected
_1 = 1
1: For devices with program flash only: Reserved For devices with FlexNVM: EEPROM region is not protected
Trait Implementations§
impl Copy for EPROT_A
impl StructuralPartialEq for EPROT_A
Auto Trait Implementations§
impl Freeze for EPROT_A
impl RefUnwindSafe for EPROT_A
impl Send for EPROT_A
impl Sync for EPROT_A
impl Unpin for EPROT_A
impl UnsafeUnpin for EPROT_A
impl UnwindSafe for EPROT_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