pub struct R(/* private fields */);Expand description
Register RAMCTRL reader
Implementations§
Source§impl R
impl R
Sourcepub fn ramprefetchen(&self) -> RAMPREFETCHEN_R
pub fn ramprefetchen(&self) -> RAMPREFETCHEN_R
Bit 2 - RAM Prefetch Enable
Sourcepub fn ram1wsen(&self) -> RAM1WSEN_R
pub fn ram1wsen(&self) -> RAM1WSEN_R
Bit 9 - RAM1 WAIT STATE Enable
Sourcepub fn ram1prefetchen(&self) -> RAM1PREFETCHEN_R
pub fn ram1prefetchen(&self) -> RAM1PREFETCHEN_R
Bit 10 - RAM1 Prefetch Enable
Sourcepub fn ram2wsen(&self) -> RAM2WSEN_R
pub fn ram2wsen(&self) -> RAM2WSEN_R
Bit 17 - RAM2 WAIT STATE Enable
Sourcepub fn ram2prefetchen(&self) -> RAM2PREFETCHEN_R
pub fn ram2prefetchen(&self) -> RAM2PREFETCHEN_R
Bit 18 - RAM2 Prefetch Enable
Methods from Deref<Target = R<RAMCTRL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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