#[repr(u8)]pub enum MWID {
Bits8 = 0,
Bits16 = 1,
Bits32 = 2,
}
Expand description
MWID
Value on reset: 1
Variants§
Bits8 = 0
0: Memory data bus width 8 bits
Bits16 = 1
1: Memory data bus width 16 bits
Bits32 = 2
2: Memory data bus width 32 bits
Trait Implementations§
impl Copy for MWID
impl Eq for MWID
impl IsEnum for MWID
impl StructuralPartialEq for MWID
Auto Trait Implementations§
impl Freeze for MWID
impl RefUnwindSafe for MWID
impl Send for MWID
impl Sync for MWID
impl Unpin for MWID
impl UnwindSafe for MWID
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