pub enum DDRM {
Disabled = 0,
Enabled = 1,
}
Expand description
Double data rate mode
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for DDRM
impl Eq for DDRM
impl StructuralPartialEq for DDRM
Auto Trait Implementations§
impl Freeze for DDRM
impl RefUnwindSafe for DDRM
impl Send for DDRM
impl Sync for DDRM
impl Unpin for DDRM
impl UnwindSafe for DDRM
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