#[repr(u8)]pub enum MWID_A {
Bits8 = 0,
Bits16 = 1,
Bits32 = 2,
}
Expand description
Memory data bus width
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_A
impl StructuralPartialEq for MWID_A
Auto Trait Implementations§
impl Freeze for MWID_A
impl RefUnwindSafe for MWID_A
impl Send for MWID_A
impl Sync for MWID_A
impl Unpin for MWID_A
impl UnwindSafe for MWID_A
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