Struct esp32s3::extmem::icache_preload_ctrl::W
source · pub struct W(_);
Expand description
Register ICACHE_PRELOAD_CTRL
writer
Implementations§
source§impl W
impl W
sourcepub fn icache_preload_ena(&mut self) -> ICACHE_PRELOAD_ENA_W<'_, 0>
pub fn icache_preload_ena(&mut self) -> ICACHE_PRELOAD_ENA_W<'_, 0>
Bit 0 - The bit is used to enable preload operation. It will be cleared by hardware after preload operation done.
sourcepub fn icache_preload_order(&mut self) -> ICACHE_PRELOAD_ORDER_W<'_, 2>
pub fn icache_preload_order(&mut self) -> ICACHE_PRELOAD_ORDER_W<'_, 2>
Bit 2 - The bit is used to configure the direction of preload operation. 1: descending, 0: ascending.