pub struct R(_);
Expand description
Register CACHE_ILG_INT_ENA
reader
Implementations
sourceimpl R
impl R
sourcepub fn icache_sync_op_fault_int_ena(&self) -> ICACHE_SYNC_OP_FAULT_INT_ENA_R
pub fn icache_sync_op_fault_int_ena(&self) -> ICACHE_SYNC_OP_FAULT_INT_ENA_R
Bit 0 - The bit is used to enable interrupt by sync configurations fault.
sourcepub fn icache_preload_op_fault_int_ena(
&self
) -> ICACHE_PRELOAD_OP_FAULT_INT_ENA_R
pub fn icache_preload_op_fault_int_ena(
&self
) -> ICACHE_PRELOAD_OP_FAULT_INT_ENA_R
Bit 1 - The bit is used to enable interrupt by preload configurations fault.
sourcepub fn mmu_entry_fault_int_ena(&self) -> MMU_ENTRY_FAULT_INT_ENA_R
pub fn mmu_entry_fault_int_ena(&self) -> MMU_ENTRY_FAULT_INT_ENA_R
Bit 5 - The bit is used to enable interrupt by mmu entry fault.
sourcepub fn ibus_cnt_ovf_int_ena(&self) -> IBUS_CNT_OVF_INT_ENA_R
pub fn ibus_cnt_ovf_int_ena(&self) -> IBUS_CNT_OVF_INT_ENA_R
Bit 7 - The bit is used to enable interrupt by ibus counter overflow.
sourcepub fn dbus_cnt_ovf_int_ena(&self) -> DBUS_CNT_OVF_INT_ENA_R
pub fn dbus_cnt_ovf_int_ena(&self) -> DBUS_CNT_OVF_INT_ENA_R
Bit 8 - The bit is used to enable interrupt by dbus counter overflow.
Methods from Deref<Target = R<CACHE_ILG_INT_ENA_SPEC>>
Trait Implementations
sourceimpl From<R<CACHE_ILG_INT_ENA_SPEC>> for R
impl From<R<CACHE_ILG_INT_ENA_SPEC>> for R
sourcefn from(reader: R<CACHE_ILG_INT_ENA_SPEC>) -> Self
fn from(reader: R<CACHE_ILG_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