pub enum WREN {
Disabled = 0,
Enabled = 1,
}
Expand description
WREN
Value on reset: 1
Variants§
Disabled = 0
0: Write operations disabled for the bank by the FMC
Enabled = 1
1: Write operations enabled for the bank by the FMC
Trait Implementations§
impl Copy for WREN
impl Eq for WREN
impl StructuralPartialEq for WREN
Auto Trait Implementations§
impl Freeze for WREN
impl RefUnwindSafe for WREN
impl Send for WREN
impl Sync for WREN
impl Unpin for WREN
impl UnwindSafe for WREN
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