Struct esp32c2_hal::pac::extmem::cache_ilg_int_ena::R
pub struct R(_);
Expand description
Register CACHE_ILG_INT_ENA
reader
Implementations§
§impl R
impl R
pub fn icache_sync_op_fault_int_ena(&self) -> BitReaderRaw<bool>
pub fn icache_sync_op_fault_int_ena(&self) -> BitReaderRaw<bool>
Bit 0 - The bit is used to enable interrupt by sync configurations fault.
pub fn icache_preload_op_fault_int_ena(&self) -> BitReaderRaw<bool>
pub fn icache_preload_op_fault_int_ena(&self) -> BitReaderRaw<bool>
Bit 1 - The bit is used to enable interrupt by preload configurations fault.
pub fn mmu_entry_fault_int_ena(&self) -> BitReaderRaw<bool>
pub fn mmu_entry_fault_int_ena(&self) -> BitReaderRaw<bool>
Bit 5 - The bit is used to enable interrupt by mmu entry fault.
pub fn ibus_cnt_ovf_int_ena(&self) -> BitReaderRaw<bool>
pub fn ibus_cnt_ovf_int_ena(&self) -> BitReaderRaw<bool>
Bit 7 - The bit is used to enable interrupt by ibus counter overflow.
pub fn dbus_cnt_ovf_int_ena(&self) -> BitReaderRaw<bool>
pub fn dbus_cnt_ovf_int_ena(&self) -> BitReaderRaw<bool>
Bit 8 - The bit is used to enable interrupt by dbus counter overflow.
Methods from Deref<Target = R<CACHE_ILG_INT_ENA_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<CACHE_ILG_INT_ENA_SPEC>> for R
impl From<R<CACHE_ILG_INT_ENA_SPEC>> for R
§fn from(reader: R<CACHE_ILG_INT_ENA_SPEC>) -> R
fn from(reader: R<CACHE_ILG_INT_ENA_SPEC>) -> R
Converts to this type from the input type.