pub type R = R<ICACHE_PRELOAD_CTRL_SPEC>;
Expand description
Register ICACHE_PRELOAD_CTRL
reader
Aliased Type§
struct R { /* private fields */ }
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.