pub enum PBKEN {
Disabled = 0,
Enabled = 1,
}
Expand description
PBKEN
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 PBKEN
impl Eq for PBKEN
impl StructuralPartialEq for PBKEN
Auto Trait Implementations§
impl Freeze for PBKEN
impl RefUnwindSafe for PBKEN
impl Send for PBKEN
impl Sync for PBKEN
impl Unpin for PBKEN
impl UnwindSafe for PBKEN
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