pub enum OPTWRE {
Disabled = 0,
Enabled = 1,
}
Expand description
Option bytes write enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for OPTWRE
impl Eq for OPTWRE
impl StructuralPartialEq for OPTWRE
Auto Trait Implementations§
impl Freeze for OPTWRE
impl RefUnwindSafe for OPTWRE
impl Send for OPTWRE
impl Sync for OPTWRE
impl Unpin for OPTWRE
impl UnwindSafe for OPTWRE
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