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