Struct esp32s3::extmem::dcache_autoload_ctrl::R
source · pub struct R(_);Expand description
Register DCACHE_AUTOLOAD_CTRL reader
Implementations§
source§impl R
impl R
sourcepub fn dcache_autoload_sct0_ena(&self) -> DCACHE_AUTOLOAD_SCT0_ENA_R
pub fn dcache_autoload_sct0_ena(&self) -> DCACHE_AUTOLOAD_SCT0_ENA_R
Bit 0 - The bits are used to enable the first section for autoload operation.
sourcepub fn dcache_autoload_sct1_ena(&self) -> DCACHE_AUTOLOAD_SCT1_ENA_R
pub fn dcache_autoload_sct1_ena(&self) -> DCACHE_AUTOLOAD_SCT1_ENA_R
Bit 1 - The bits are used to enable the second section for autoload operation.
sourcepub fn dcache_autoload_ena(&self) -> DCACHE_AUTOLOAD_ENA_R
pub fn dcache_autoload_ena(&self) -> DCACHE_AUTOLOAD_ENA_R
Bit 2 - The bit is used to enable and disable autoload operation. It is combined with dcache_autoload_done. 1: enable, 0: disable.
sourcepub fn dcache_autoload_done(&self) -> DCACHE_AUTOLOAD_DONE_R
pub fn dcache_autoload_done(&self) -> DCACHE_AUTOLOAD_DONE_R
Bit 3 - The bit is used to indicate autoload operation is finished.
sourcepub fn dcache_autoload_order(&self) -> DCACHE_AUTOLOAD_ORDER_R
pub fn dcache_autoload_order(&self) -> DCACHE_AUTOLOAD_ORDER_R
Bit 4 - The bits are used to configure the direction of autoload. 1: descending, 0: ascending.
sourcepub fn dcache_autoload_rqst(&self) -> DCACHE_AUTOLOAD_RQST_R
pub fn dcache_autoload_rqst(&self) -> DCACHE_AUTOLOAD_RQST_R
Bits 5:6 - The bits are used to configure trigger conditions for autoload. 0/3: cache miss, 1: cache hit, 2: both cache miss and hit.
sourcepub fn dcache_autoload_size(&self) -> DCACHE_AUTOLOAD_SIZE_R
pub fn dcache_autoload_size(&self) -> DCACHE_AUTOLOAD_SIZE_R
Bits 7:8 - The bits are used to configure the numbers of the cache block for the issuing autoload operation.
sourcepub fn dcache_autoload_buffer_clear(&self) -> DCACHE_AUTOLOAD_BUFFER_CLEAR_R
pub fn dcache_autoload_buffer_clear(&self) -> DCACHE_AUTOLOAD_BUFFER_CLEAR_R
Bit 9 - The bit is used to clear autoload buffer in dcache.