pub struct R(_);
Expand description
Register CORE1_ACS_CACHE_INT_ENA
reader
Implementations
sourceimpl R
impl R
sourcepub fn core1_ibus_acs_msk_ic_int_ena(&self) -> CORE1_IBUS_ACS_MSK_IC_INT_ENA_R
pub fn core1_ibus_acs_msk_ic_int_ena(&self) -> CORE1_IBUS_ACS_MSK_IC_INT_ENA_R
Bit 0 - The bit is used to enable interrupt by cpu access icache while the corresponding ibus is disabled which include speculative access.
sourcepub fn core1_ibus_wr_ic_int_ena(&self) -> CORE1_IBUS_WR_IC_INT_ENA_R
pub fn core1_ibus_wr_ic_int_ena(&self) -> CORE1_IBUS_WR_IC_INT_ENA_R
Bit 1 - The bit is used to enable interrupt by ibus trying to write icache
sourcepub fn core1_ibus_reject_int_ena(&self) -> CORE1_IBUS_REJECT_INT_ENA_R
pub fn core1_ibus_reject_int_ena(&self) -> CORE1_IBUS_REJECT_INT_ENA_R
Bit 2 - The bit is used to enable interrupt by authentication fail.
sourcepub fn core1_dbus_acs_msk_dc_int_ena(&self) -> CORE1_DBUS_ACS_MSK_DC_INT_ENA_R
pub fn core1_dbus_acs_msk_dc_int_ena(&self) -> CORE1_DBUS_ACS_MSK_DC_INT_ENA_R
Bit 3 - The bit is used to enable interrupt by cpu access dcache while the corresponding dbus is disabled which include speculative access.
sourcepub fn core1_dbus_reject_int_ena(&self) -> CORE1_DBUS_REJECT_INT_ENA_R
pub fn core1_dbus_reject_int_ena(&self) -> CORE1_DBUS_REJECT_INT_ENA_R
Bit 4 - The bit is used to enable interrupt by authentication fail.
Methods from Deref<Target = R<CORE1_ACS_CACHE_INT_ENA_SPEC>>
Trait Implementations
sourceimpl From<R<CORE1_ACS_CACHE_INT_ENA_SPEC>> for R
impl From<R<CORE1_ACS_CACHE_INT_ENA_SPEC>> for R
sourcefn from(reader: R<CORE1_ACS_CACHE_INT_ENA_SPEC>) -> Self
fn from(reader: R<CORE1_ACS_CACHE_INT_ENA_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