Struct esp32s3::extmem::core1_acs_cache_int_clr::W
source · pub struct W(_);
Expand description
Register CORE1_ACS_CACHE_INT_CLR
writer
Implementations
sourceimpl W
impl W
sourcepub fn core1_ibus_acs_msk_ic_int_clr(
&mut self
) -> CORE1_IBUS_ACS_MSK_IC_INT_CLR_W<'_, 0>
pub fn core1_ibus_acs_msk_ic_int_clr(
&mut self
) -> CORE1_IBUS_ACS_MSK_IC_INT_CLR_W<'_, 0>
Bit 0 - The bit is used to clear interrupt by cpu access icache while the corresponding ibus is disabled or icache is disabled which include speculative access.
sourcepub fn core1_ibus_wr_ic_int_clr(&mut self) -> CORE1_IBUS_WR_IC_INT_CLR_W<'_, 1>
pub fn core1_ibus_wr_ic_int_clr(&mut self) -> CORE1_IBUS_WR_IC_INT_CLR_W<'_, 1>
Bit 1 - The bit is used to clear interrupt by ibus trying to write icache
sourcepub fn core1_ibus_reject_int_clr(
&mut self
) -> CORE1_IBUS_REJECT_INT_CLR_W<'_, 2>
pub fn core1_ibus_reject_int_clr(
&mut self
) -> CORE1_IBUS_REJECT_INT_CLR_W<'_, 2>
Bit 2 - The bit is used to clear interrupt by authentication fail.
sourcepub fn core1_dbus_acs_msk_dc_int_clr(
&mut self
) -> CORE1_DBUS_ACS_MSK_DC_INT_CLR_W<'_, 3>
pub fn core1_dbus_acs_msk_dc_int_clr(
&mut self
) -> CORE1_DBUS_ACS_MSK_DC_INT_CLR_W<'_, 3>
Bit 3 - The bit is used to clear interrupt by cpu access dcache while the corresponding dbus is disabled or dcache is disabled which include speculative access.
sourcepub fn core1_dbus_reject_int_clr(
&mut self
) -> CORE1_DBUS_REJECT_INT_CLR_W<'_, 4>
pub fn core1_dbus_reject_int_clr(
&mut self
) -> CORE1_DBUS_REJECT_INT_CLR_W<'_, 4>
Bit 4 - The bit is used to clear interrupt by authentication fail.
Methods from Deref<Target = W<CORE1_ACS_CACHE_INT_CLR_SPEC>>
Trait Implementations
sourceimpl From<W<CORE1_ACS_CACHE_INT_CLR_SPEC>> for W
impl From<W<CORE1_ACS_CACHE_INT_CLR_SPEC>> for W
sourcefn from(writer: W<CORE1_ACS_CACHE_INT_CLR_SPEC>) -> Self
fn from(writer: W<CORE1_ACS_CACHE_INT_CLR_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