Struct efm32gg11b::msc::cacheconfig0::CACHELPLEVEL_W[][src]

pub struct CACHELPLEVEL_W<'a> { /* fields omitted */ }
Expand description

Write proxy for field CACHELPLEVEL

Implementations

Writes variant to the field

Base instruction cache functionality.

Advanced buffering mode, where the cache uses the fetch pattern to predict highly accessed data and store it in low-energy memory.

Minimum activity mode, which allows the cache to minimize activity in logic that it predicts has a low probability being used. This mode can introduce wait-states into the instruction fetch stream when the cache exits one of its low-activity states. The number of wait-states introduced is small, but users running with 0-wait-state memory and wishing to reduce the variability that the cache might introduce with additional wait-states may wish to lower the cache low-power level. Note, this mode includes the advanced buffering mode functionality.

Writes raw bits to the field

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

Performs the conversion.

Performs the conversion.

Should always be Self

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.