pub struct W(_);
Expand description

Register CACHE_CONF_MISC writer

Implementations§

pub fn cache_ignore_preload_mmu_entry_fault(
    &mut self
) -> BitWriterRaw<'_, u32, CACHE_CONF_MISC_SPEC, bool, BitM, 0>

Bit 0 - The bit is used to disable checking mmu entry fault by preload operation.

pub fn cache_ignore_sync_mmu_entry_fault(
    &mut self
) -> BitWriterRaw<'_, u32, CACHE_CONF_MISC_SPEC, bool, BitM, 1>

Bit 1 - The bit is used to disable checking mmu entry fault by sync operation.

Bit 2 - The bit is used to enable cache trace function.

Bits 3:4 - This bit is used to choose mmu page size. 2:64KB. 1. 32KB. 0: 16KB

Writes raw bits to the register.

Methods from Deref<Target = W<CACHE_CONF_MISC_SPEC>>§

Writes raw bits to the register.

Safety

Read datasheet or reference manual to find what values are allowed to pass.

Trait Implementations§

The resulting type after dereferencing.
Dereferences the value.
Mutably dereferences the value.
Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.