Enum Dpw
#[repr(u8)]pub enum Dpw {
_010 = 2,
_011 = 3,
}Expand description
LMEM Data Path Width. This field defines the width of the local memory.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Dpw
impl Eq for Dpw
impl IsEnum for Dpw
impl StructuralPartialEq for Dpw
Auto Trait Implementations§
impl Freeze for Dpw
impl RefUnwindSafe for Dpw
impl Send for Dpw
impl Sync for Dpw
impl Unpin for Dpw
impl UnwindSafe for Dpw
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