Enum Wpen
pub enum Wpen {
_0 = 0,
_1 = 1,
}Expand description
Write Protection Enable
Value on reset: 0
Variants§
_0 = 0
0: Write protection is disabled. Write protected bits can be written.
_1 = 1
1: Write protection is enabled. Write protected bits cannot be written.
Trait Implementations§
impl Copy for Wpen
impl Eq for Wpen
impl StructuralPartialEq for Wpen
Auto Trait Implementations§
impl Freeze for Wpen
impl RefUnwindSafe for Wpen
impl Send for Wpen
impl Sync for Wpen
impl Unpin for Wpen
impl UnwindSafe for Wpen
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