pub struct R(_);
Expand description

Register CACHE_DBG_STATUS1 reader

Implementations§

Bit 0 - The bit is used to indicate interrupt by cpu access dcache while the dbus0 is disabled or dcache is disabled which include speculative access.

Bit 1 - The bit is used to indicate interrupt by cpu access dcache while the dbus1 is disabled or dcache is disabled which include speculative access.

Bit 2 - The bit is used to indicate interrupt by cpu access dcache while the dbus2 is disabled or dcache is disabled which include speculative access.

Bit 4 - The bit is used to indicate interrupt by dbus0 counter overflow.

Bit 5 - The bit is used to indicate interrupt by dbus1 counter overflow.

Bit 6 - The bit is used to indicate interrupt by dbus2 counter overflow.

Bit 8 - The bit is used to indicate interrupt by dbus0 miss counter overflow.

Bit 9 - The bit is used to indicate interrupt by dbus1 miss counter overflow.

Bit 10 - The bit is used to indicate interrupt by dbus2 miss counter overflow.

Bit 12 - The bit is used to indicate interrupt by dbus0 eviction counter overflow.

Bit 13 - The bit is used to indicate interrupt by dbus1 eviction counter overflow.

Bit 14 - The bit is used to indicate interrupt by dbus2 eviction counter overflow.

Bit 16 - The bit is used to indicate interrupt by dbus0 abandon counter overflow.

Bit 17 - The bit is used to indicate interrupt by dbus1 abandon counter overflow.

Bit 18 - The bit is used to indicate interrupt by dbus2 abandon counter overflow.

Bit 20 - The bit is used to indicate interrupt by pre-load miss counter overflow.

Bit 21 - The bit is used to indicate interrupt by pre-load eviction counter overflow.

Bit 22 - The bit is used to indicate interrupt by pre-load counter overflow.

Bit 23 - The bit is used to indicate interrupt by manual sync configurations fault.

Bit 24 - The bit is used to indicate interrupt by manual pre-load configurations fault.

Bit 25 - The bit is used to indicate interrupt by dcache trying to write flash.

Bit 26 - The bit is used to indicate interrupt by authentication fail.

Bit 27 - The bit is used to indicate interrupt by illegal writing preload registers of icache while icache is busy to issue lock,sync and pre-load operations.

Bit 28 - The bit is used to indicate interrupt by illegal writing sync registers of icache while icache is busy to issue lock,sync and pre-load operations.

Bit 29 - The bit is used to indicate interrupt by illegal writing lock registers of icache while icache is busy to issue lock,sync or pre-load operations.

source

pub fn mmu_entry_fault_st(&self) -> MMU_ENTRY_FAULT_ST_R

Bit 30 - The bit is used to indicate interrupt by mmu entry fault.

Methods from Deref<Target = R<CACHE_DBG_STATUS1_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.