Struct esp32s3_hal::pac::extmem::cache_ilg_int_st::R
pub struct R(_);
Expand description
Register CACHE_ILG_INT_ST
reader
Implementations§
§impl R
impl R
pub fn icache_sync_op_fault_st(&self) -> BitReaderRaw<bool>
pub fn icache_sync_op_fault_st(&self) -> BitReaderRaw<bool>
Bit 0 - The bit is used to indicate interrupt by sync configurations fault.
pub fn icache_preload_op_fault_st(&self) -> BitReaderRaw<bool>
pub fn icache_preload_op_fault_st(&self) -> BitReaderRaw<bool>
Bit 1 - The bit is used to indicate interrupt by preload configurations fault.
pub fn dcache_sync_op_fault_st(&self) -> BitReaderRaw<bool>
pub fn dcache_sync_op_fault_st(&self) -> BitReaderRaw<bool>
Bit 2 - The bit is used to indicate interrupt by sync configurations fault.
pub fn dcache_preload_op_fault_st(&self) -> BitReaderRaw<bool>
pub fn dcache_preload_op_fault_st(&self) -> BitReaderRaw<bool>
Bit 3 - The bit is used to indicate interrupt by preload configurations fault.
pub fn dcache_write_flash_st(&self) -> BitReaderRaw<bool>
pub fn dcache_write_flash_st(&self) -> BitReaderRaw<bool>
Bit 4 - The bit is used to indicate interrupt by dcache trying to write flash.
pub fn mmu_entry_fault_st(&self) -> BitReaderRaw<bool>
pub fn mmu_entry_fault_st(&self) -> BitReaderRaw<bool>
Bit 5 - The bit is used to indicate interrupt by mmu entry fault.
pub fn dcache_occupy_exc_st(&self) -> BitReaderRaw<bool>
pub fn dcache_occupy_exc_st(&self) -> BitReaderRaw<bool>
Bit 6 - The bit is used to indicate interrupt by dcache trying to replace a line whose blocks all have been occupied by occupy-mode.
pub fn ibus_acs_cnt_ovf_st(&self) -> BitReaderRaw<bool>
pub fn ibus_acs_cnt_ovf_st(&self) -> BitReaderRaw<bool>
Bit 7 - The bit is used to indicate interrupt by ibus access flash/spiram counter overflow.
pub fn ibus_acs_miss_cnt_ovf_st(&self) -> BitReaderRaw<bool>
pub fn ibus_acs_miss_cnt_ovf_st(&self) -> BitReaderRaw<bool>
Bit 8 - The bit is used to indicate interrupt by ibus access flash/spiram miss counter overflow.
pub fn dbus_acs_cnt_ovf_st(&self) -> BitReaderRaw<bool>
pub fn dbus_acs_cnt_ovf_st(&self) -> BitReaderRaw<bool>
Bit 9 - The bit is used to indicate interrupt by dbus access flash/spiram counter overflow.
pub fn dbus_acs_flash_miss_cnt_ovf_st(&self) -> BitReaderRaw<bool>
pub fn dbus_acs_flash_miss_cnt_ovf_st(&self) -> BitReaderRaw<bool>
Bit 10 - The bit is used to indicate interrupt by dbus access flash miss counter overflow.
pub fn dbus_acs_spiram_miss_cnt_ovf_st(&self) -> BitReaderRaw<bool>
pub fn dbus_acs_spiram_miss_cnt_ovf_st(&self) -> BitReaderRaw<bool>
Bit 11 - The bit is used to indicate interrupt by dbus access spiram miss counter overflow.
Methods from Deref<Target = R<CACHE_ILG_INT_ST_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.