pub struct W(/* private fields */);Expand description
Register RAMCTRL writer
Implementations§
Source§impl W
impl W
Sourcepub fn ramprefetchen(&mut self) -> RAMPREFETCHEN_W<'_>
pub fn ramprefetchen(&mut self) -> RAMPREFETCHEN_W<'_>
Bit 2 - RAM Prefetch Enable
Sourcepub fn ram1wsen(&mut self) -> RAM1WSEN_W<'_>
pub fn ram1wsen(&mut self) -> RAM1WSEN_W<'_>
Bit 9 - RAM1 WAIT STATE Enable
Sourcepub fn ram1prefetchen(&mut self) -> RAM1PREFETCHEN_W<'_>
pub fn ram1prefetchen(&mut self) -> RAM1PREFETCHEN_W<'_>
Bit 10 - RAM1 Prefetch Enable
Sourcepub fn ram2wsen(&mut self) -> RAM2WSEN_W<'_>
pub fn ram2wsen(&mut self) -> RAM2WSEN_W<'_>
Bit 17 - RAM2 WAIT STATE Enable
Sourcepub fn ram2prefetchen(&mut self) -> RAM2PREFETCHEN_W<'_>
pub fn ram2prefetchen(&mut self) -> RAM2PREFETCHEN_W<'_>
Bit 18 - RAM2 Prefetch Enable
Methods from Deref<Target = W<RAMCTRL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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