pub struct R(_);
Expand description

Register CACHE_IA_INT_EN reader

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

Methods from Deref<Target = R<CACHE_IA_INT_EN_SPEC>>§

Reads raw bits from register.

Trait Implementations§

The resulting type after dereferencing.
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.