pub struct R(_);
Expand description

Register CACHE_DBG_STATUS0 reader

Implementations§

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

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

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

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

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

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

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

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

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

Bit 12 - The bit is used to indicate interrupt by ibus0 abandon counter overflow.

Bit 13 - The bit is used to indicate interrupt by ibus1 abandon counter overflow.

Bit 14 - The bit is used to indicate interrupt by ibus2 abandon counter overflow.

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

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

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

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

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

Bit 22 - 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 23 - 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 24 - 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.

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