[][src]Struct efm32gg11b820::msc::cacheconfig0::_CACHELPLEVELW

pub struct _CACHELPLEVELW<'a> { /* fields omitted */ }

Proxy

Methods

impl<'a> _CACHELPLEVELW<'a>[src]

pub fn variant(self, variant: CACHELPLEVELW) -> &'a mut W[src]

Writes variant to the field

pub fn base(self) -> &'a mut W[src]

Base instruction cache functionality.

pub fn advanced(self) -> &'a mut W[src]

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

pub fn minactivity(self) -> &'a mut W[src]

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.

pub unsafe fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _CACHELPLEVELW<'a>

impl<'a> Sync for _CACHELPLEVELW<'a>

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self