pub struct W(_);
Expand description

Register DCACHE_AUTOLOAD_CTRL writer

Implementations

Bit 0 - The bits are used to enable the first section for autoload operation.

Bit 1 - The bits are used to enable the second section for autoload operation.

Bit 2 - The bit is used to enable and disable autoload operation. It is combined with dcache_autoload_done. 1: enable, 0: disable.

Bit 4 - The bits are used to configure the direction of autoload. 1: descending, 0: ascending.

Bits 5:6 - The bits are used to configure trigger conditions for autoload. 0/3: cache miss, 1: cache hit, 2: both cache miss and hit.

Bits 7:8 - The bits are used to configure the numbers of the cache block for the issuing autoload operation.

Bit 9 - The bit is used to clear autoload buffer in dcache.

Writes raw bits to the register.

Methods from Deref<Target = W<DCACHE_AUTOLOAD_CTRL_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.