Struct esp32s3::extmem::icache_preload_ctrl::R
source · pub struct R(_);
Expand description
Register ICACHE_PRELOAD_CTRL
reader
Implementations§
source§impl R
impl R
sourcepub fn icache_preload_ena(&self) -> ICACHE_PRELOAD_ENA_R
pub fn icache_preload_ena(&self) -> ICACHE_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 icache_preload_done(&self) -> ICACHE_PRELOAD_DONE_R
pub fn icache_preload_done(&self) -> ICACHE_PRELOAD_DONE_R
Bit 1 - The bit is used to indicate preload operation is finished.
sourcepub fn icache_preload_order(&self) -> ICACHE_PRELOAD_ORDER_R
pub fn icache_preload_order(&self) -> ICACHE_PRELOAD_ORDER_R
Bit 2 - The bit is used to configure the direction of preload operation. 1: descending, 0: ascending.