pub enum DBANK {
SingleBankMode = 0,
DualBankMode = 1,
}
Expand description
Single or dual bank mode
Value on reset: 1
Variants§
SingleBankMode = 0
0: Single-bank mode with 128 bits data read width
DualBankMode = 1
1: Dual-bank mode with 64 bits data
Trait Implementations§
impl Copy for DBANK
impl Eq for DBANK
impl StructuralPartialEq for DBANK
Auto Trait Implementations§
impl Freeze for DBANK
impl RefUnwindSafe for DBANK
impl Send for DBANK
impl Sync for DBANK
impl Unpin for DBANK
impl UnwindSafe for DBANK
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