Type Alias esp32s3::extmem::cache_preload_int_ctrl::R
source · pub type R = R<CACHE_PRELOAD_INT_CTRL_SPEC>;Expand description
Register CACHE_PRELOAD_INT_CTRL reader
Aliased Type§
struct R { /* private fields */ }Implementations§
source§impl R
impl R
sourcepub fn st(&self) -> ST_R
pub fn st(&self) -> ST_R
Bit 0 - The bit is used to indicate the interrupt by icache pre-load done.
sourcepub fn ena(&self) -> ENA_R
pub fn ena(&self) -> ENA_R
Bit 1 - The bit is used to enable the interrupt by icache pre-load done.
sourcepub fn dcache_preload_int_st(&self) -> DCACHE_PRELOAD_INT_ST_R
pub fn dcache_preload_int_st(&self) -> DCACHE_PRELOAD_INT_ST_R
Bit 3 - The bit is used to indicate the interrupt by dcache pre-load done.
sourcepub fn dcache_preload_int_ena(&self) -> DCACHE_PRELOAD_INT_ENA_R
pub fn dcache_preload_int_ena(&self) -> DCACHE_PRELOAD_INT_ENA_R
Bit 4 - The bit is used to enable the interrupt by dcache pre-load done.