pub struct R(_);
Expand description
Register CORE0_ACS_CACHE_INT_ST
reader
Implementations
sourceimpl R
impl R
sourcepub fn core0_ibus_acs_msk_icache_st(&self) -> CORE0_IBUS_ACS_MSK_ICACHE_ST_R
pub fn core0_ibus_acs_msk_icache_st(&self) -> CORE0_IBUS_ACS_MSK_ICACHE_ST_R
Bit 0 - The bit is used to indicate interrupt by cpu access icache while the core0_ibus is disabled or icache is disabled which include speculative access.
sourcepub fn core0_ibus_wr_icache_st(&self) -> CORE0_IBUS_WR_ICACHE_ST_R
pub fn core0_ibus_wr_icache_st(&self) -> CORE0_IBUS_WR_ICACHE_ST_R
Bit 1 - The bit is used to indicate interrupt by ibus trying to write icache
sourcepub fn core0_ibus_reject_st(&self) -> CORE0_IBUS_REJECT_ST_R
pub fn core0_ibus_reject_st(&self) -> CORE0_IBUS_REJECT_ST_R
Bit 2 - The bit is used to indicate interrupt by authentication fail.
sourcepub fn core0_dbus_acs_msk_icache_st(&self) -> CORE0_DBUS_ACS_MSK_ICACHE_ST_R
pub fn core0_dbus_acs_msk_icache_st(&self) -> CORE0_DBUS_ACS_MSK_ICACHE_ST_R
Bit 3 - The bit is used to indicate interrupt by cpu access icache while the core0_dbus is disabled or icache is disabled which include speculative access.
sourcepub fn core0_dbus_reject_st(&self) -> CORE0_DBUS_REJECT_ST_R
pub fn core0_dbus_reject_st(&self) -> CORE0_DBUS_REJECT_ST_R
Bit 4 - The bit is used to indicate interrupt by authentication fail.
sourcepub fn core0_dbus_wr_icache_st(&self) -> CORE0_DBUS_WR_ICACHE_ST_R
pub fn core0_dbus_wr_icache_st(&self) -> CORE0_DBUS_WR_ICACHE_ST_R
Bit 5 - The bit is used to indicate interrupt by dbus trying to write icache
Methods from Deref<Target = R<CORE0_ACS_CACHE_INT_ST_SPEC>>
Trait Implementations
sourceimpl From<R<CORE0_ACS_CACHE_INT_ST_SPEC>> for R
impl From<R<CORE0_ACS_CACHE_INT_ST_SPEC>> for R
sourcefn from(reader: R<CORE0_ACS_CACHE_INT_ST_SPEC>) -> Self
fn from(reader: R<CORE0_ACS_CACHE_INT_ST_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more