pub struct R(_);
Expand description
Register RDTIMING2
reader
Implementations
sourceimpl R
impl R
sourcepub fn prefetch(&self) -> PREFETCH_R
pub fn prefetch(&self) -> PREFETCH_R
Bit 29 - Prefetch Enable
sourcepub fn pagemode(&self) -> PAGEMODE_R
pub fn pagemode(&self) -> PAGEMODE_R
Bit 30 - Page Mode Access Enable
Methods from Deref<Target = R<RDTIMING2_SPEC>>
Trait Implementations
sourceimpl From<R<RDTIMING2_SPEC>> for R
impl From<R<RDTIMING2_SPEC>> for R
sourcefn from(reader: R<RDTIMING2_SPEC>) -> Self
fn from(reader: R<RDTIMING2_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more