Struct esp32c3::extmem::core0_acs_cache_int_clr::W
source · pub struct W(_);
Expand description
Register CORE0_ACS_CACHE_INT_CLR
writer
Implementations§
source§impl W
impl W
sourcepub fn core0_ibus_acs_msk_ic_int_clr(
&mut self
) -> CORE0_IBUS_ACS_MSK_IC_INT_CLR_W<'_, 0>
pub fn core0_ibus_acs_msk_ic_int_clr( &mut self ) -> CORE0_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 core0_ibus_wr_ic_int_clr(&mut self) -> CORE0_IBUS_WR_IC_INT_CLR_W<'_, 1>
pub fn core0_ibus_wr_ic_int_clr(&mut self) -> CORE0_IBUS_WR_IC_INT_CLR_W<'_, 1>
Bit 1 - The bit is used to clear interrupt by ibus trying to write icache
sourcepub fn core0_ibus_reject_int_clr(
&mut self
) -> CORE0_IBUS_REJECT_INT_CLR_W<'_, 2>
pub fn core0_ibus_reject_int_clr( &mut self ) -> CORE0_IBUS_REJECT_INT_CLR_W<'_, 2>
Bit 2 - The bit is used to clear interrupt by authentication fail.
sourcepub fn core0_dbus_acs_msk_ic_int_clr(
&mut self
) -> CORE0_DBUS_ACS_MSK_IC_INT_CLR_W<'_, 3>
pub fn core0_dbus_acs_msk_ic_int_clr( &mut self ) -> CORE0_DBUS_ACS_MSK_IC_INT_CLR_W<'_, 3>
Bit 3 - The bit is used to clear interrupt by cpu access icache while the corresponding dbus is disabled or icache is disabled which include speculative access.
sourcepub fn core0_dbus_reject_int_clr(
&mut self
) -> CORE0_DBUS_REJECT_INT_CLR_W<'_, 4>
pub fn core0_dbus_reject_int_clr( &mut self ) -> CORE0_DBUS_REJECT_INT_CLR_W<'_, 4>
Bit 4 - The bit is used to clear interrupt by authentication fail.
sourcepub fn core0_dbus_wr_ic_int_clr(&mut self) -> CORE0_DBUS_WR_IC_INT_CLR_W<'_, 5>
pub fn core0_dbus_wr_ic_int_clr(&mut self) -> CORE0_DBUS_WR_IC_INT_CLR_W<'_, 5>
Bit 5 - The bit is used to clear interrupt by dbus trying to write icache
Methods from Deref<Target = W<CORE0_ACS_CACHE_INT_CLR_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more