Struct esp32c3::extmem::cache_ilg_int_ena::W
source · pub struct W(_);
Expand description
Register CACHE_ILG_INT_ENA
writer
Implementations§
source§impl 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 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 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§
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