Struct esp32s3::extmem::dcache_preload_ctrl::R
source · pub struct R(_);
Expand description
Register DCACHE_PRELOAD_CTRL
reader
Implementations§
source§impl R
impl R
sourcepub fn dcache_preload_ena(&self) -> DCACHE_PRELOAD_ENA_R
pub fn dcache_preload_ena(&self) -> DCACHE_PRELOAD_ENA_R
Bit 0 - The bit is used to enable preload operation. It will be cleared by hardware after preload operation done.
sourcepub fn dcache_preload_done(&self) -> DCACHE_PRELOAD_DONE_R
pub fn dcache_preload_done(&self) -> DCACHE_PRELOAD_DONE_R
Bit 1 - The bit is used to indicate preload operation is finished.
sourcepub fn dcache_preload_order(&self) -> DCACHE_PRELOAD_ORDER_R
pub fn dcache_preload_order(&self) -> DCACHE_PRELOAD_ORDER_R
Bit 2 - The bit is used to configure the direction of preload operation. 1: descending, 0: ascending.