pub struct W(_);
Expand description
Register CACHE_ILG_INT_ENA
writer
Implementations
sourceimpl W
impl W
sourcepub fn icache_sync_op_fault_int_ena(
&mut self
) -> ICACHE_SYNC_OP_FAULT_INT_ENA_W<'_, 0>
pub fn icache_sync_op_fault_int_ena(
&mut self
) -> ICACHE_SYNC_OP_FAULT_INT_ENA_W<'_, 0>
Bit 0 - The bit is used to enable interrupt by sync configurations fault.
sourcepub fn icache_preload_op_fault_int_ena(
&mut self
) -> ICACHE_PRELOAD_OP_FAULT_INT_ENA_W<'_, 1>
pub fn icache_preload_op_fault_int_ena(
&mut self
) -> ICACHE_PRELOAD_OP_FAULT_INT_ENA_W<'_, 1>
Bit 1 - The bit is used to enable interrupt by preload configurations fault.
sourcepub fn dcache_sync_op_fault_int_ena(
&mut self
) -> DCACHE_SYNC_OP_FAULT_INT_ENA_W<'_, 2>
pub fn dcache_sync_op_fault_int_ena(
&mut self
) -> DCACHE_SYNC_OP_FAULT_INT_ENA_W<'_, 2>
Bit 2 - The bit is used to enable interrupt by sync configurations fault.
sourcepub fn dcache_preload_op_fault_int_ena(
&mut self
) -> DCACHE_PRELOAD_OP_FAULT_INT_ENA_W<'_, 3>
pub fn dcache_preload_op_fault_int_ena(
&mut self
) -> DCACHE_PRELOAD_OP_FAULT_INT_ENA_W<'_, 3>
Bit 3 - The bit is used to enable interrupt by preload configurations fault.
sourcepub fn dcache_write_flash_int_ena(
&mut self
) -> DCACHE_WRITE_FLASH_INT_ENA_W<'_, 4>
pub fn dcache_write_flash_int_ena(
&mut self
) -> DCACHE_WRITE_FLASH_INT_ENA_W<'_, 4>
Bit 4 - The bit is used to enable interrupt by dcache trying to write flash.
sourcepub fn mmu_entry_fault_int_ena(&mut self) -> MMU_ENTRY_FAULT_INT_ENA_W<'_, 5>
pub fn mmu_entry_fault_int_ena(&mut self) -> MMU_ENTRY_FAULT_INT_ENA_W<'_, 5>
Bit 5 - The bit is used to enable interrupt by mmu entry fault.
sourcepub fn dcache_occupy_exc_int_ena(
&mut self
) -> DCACHE_OCCUPY_EXC_INT_ENA_W<'_, 6>
pub fn dcache_occupy_exc_int_ena(
&mut self
) -> DCACHE_OCCUPY_EXC_INT_ENA_W<'_, 6>
Bit 6 - The bit is used to enable interrupt by dcache trying to replace a line whose blocks all have been occupied by occupy-mode.
sourcepub fn ibus_cnt_ovf_int_ena(&mut self) -> IBUS_CNT_OVF_INT_ENA_W<'_, 7>
pub fn ibus_cnt_ovf_int_ena(&mut self) -> IBUS_CNT_OVF_INT_ENA_W<'_, 7>
Bit 7 - The bit is used to enable interrupt by ibus counter overflow.
sourcepub fn dbus_cnt_ovf_int_ena(&mut self) -> DBUS_CNT_OVF_INT_ENA_W<'_, 8>
pub fn dbus_cnt_ovf_int_ena(&mut self) -> DBUS_CNT_OVF_INT_ENA_W<'_, 8>
Bit 8 - The bit is used to enable interrupt by dbus counter overflow.
Methods from Deref<Target = W<CACHE_ILG_INT_ENA_SPEC>>
Trait Implementations
sourceimpl From<W<CACHE_ILG_INT_ENA_SPEC>> for W
impl From<W<CACHE_ILG_INT_ENA_SPEC>> for W
sourcefn from(writer: W<CACHE_ILG_INT_ENA_SPEC>) -> Self
fn from(writer: W<CACHE_ILG_INT_ENA_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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