pub struct W(/* private fields */);
Expand description
Register ACR
writer
Implementations§
Source§impl W
impl W
Sourcepub fn latency(
&mut self,
) -> FieldWriterRaw<'_, u32, ACR_SPEC, u8, LATENCY_A, Safe, 4, 0>
pub fn latency( &mut self, ) -> FieldWriterRaw<'_, u32, ACR_SPEC, u8, LATENCY_A, Safe, 4, 0>
Bits 0:3 - Latency
Sourcepub fn prften(&mut self) -> BitWriterRaw<'_, u32, ACR_SPEC, PRFTEN_A, BitM, 8>
pub fn prften(&mut self) -> BitWriterRaw<'_, u32, ACR_SPEC, PRFTEN_A, BitM, 8>
Bit 8 - Prefetch enable
Sourcepub fn icen(&mut self) -> BitWriterRaw<'_, u32, ACR_SPEC, ICEN_A, BitM, 9>
pub fn icen(&mut self) -> BitWriterRaw<'_, u32, ACR_SPEC, ICEN_A, BitM, 9>
Bit 9 - Instruction cache enable
Sourcepub fn dcen(&mut self) -> BitWriterRaw<'_, u32, ACR_SPEC, DCEN_A, BitM, 10>
pub fn dcen(&mut self) -> BitWriterRaw<'_, u32, ACR_SPEC, DCEN_A, BitM, 10>
Bit 10 - Data cache enable
Sourcepub fn icrst(&mut self) -> BitWriterRaw<'_, u32, ACR_SPEC, ICRST_AW, BitM, 11>
pub fn icrst(&mut self) -> BitWriterRaw<'_, u32, ACR_SPEC, ICRST_AW, BitM, 11>
Bit 11 - Instruction cache reset
Methods from Deref<Target = W<ACR_SPEC>>§
Sourcepub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
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