pub struct W(_);
Expand description

Register CACHE_IA_INT_EN writer

Implementations

Bits 0:27 - Interrupt enable bits for various invalid cache access reasons

Bit 0 - APP CPU invalid access to DROM0 when cache is disabled

Bit 1 - APP CPU invalid access to IRAM0 when cache is disabled

Bit 2 - APP CPU invalid access to IRAM1 when cache is disabled

Bit 3 - APP CPU invalid access to IROM0 when cache is disabled

Bit 4 - APP CPU invalid access to DRAM1 when cache is disabled

Bit 5 - APP CPU invalid access to APP CPU cache when cache disabled

Bit 14 - PRO CPU invalid access to DROM0 when cache is disabled

Bit 15 - PRO CPU invalid access to IRAM0 when cache is disabled

Bit 16 - PRO CPU invalid access to IRAM1 when cache is disabled

Bit 17 - PRO CPU invalid access to IROM0 when cache is disabled

Bit 18 - PRO CPU invalid access to DRAM1 when cache is disabled

Bit 19 - PRO CPU invalid access to APP CPU cache when cache disabled

Writes raw bits to the register.

Methods from Deref<Target = W<CACHE_IA_INT_EN_SPEC>>

Writes raw bits to the register.

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.