Type Alias esp32c6::extmem::l1_icache1_preload_ctrl::R   
source · pub type R = R<L1_ICACHE1_PRELOAD_CTRL_SPEC>;Expand description
Register L1_ICACHE1_PRELOAD_CTRL reader
Aliased Type§
struct R { /* private fields */ }Implementations§
source§impl R
 
impl R
sourcepub fn l1_icache1_preload_ena(&self) -> L1_ICACHE1_PRELOAD_ENA_R
 
pub fn l1_icache1_preload_ena(&self) -> L1_ICACHE1_PRELOAD_ENA_R
Bit 0 - The bit is used to enable preload operation on L1-ICache1. It will be cleared by hardware automatically after preload operation is done.
sourcepub fn l1_icache1_preload_done(&self) -> L1_ICACHE1_PRELOAD_DONE_R
 
pub fn l1_icache1_preload_done(&self) -> L1_ICACHE1_PRELOAD_DONE_R
Bit 1 - The bit is used to indicate whether preload operation is finished or not. 0: not finished. 1: finished.
sourcepub fn l1_icache1_preload_order(&self) -> L1_ICACHE1_PRELOAD_ORDER_R
 
pub fn l1_icache1_preload_order(&self) -> L1_ICACHE1_PRELOAD_ORDER_R
Bit 2 - The bit is used to configure the direction of preload operation. 0: ascending, 1: descending.
sourcepub fn l1_icache1_preload_rgid(&self) -> L1_ICACHE1_PRELOAD_RGID_R
 
pub fn l1_icache1_preload_rgid(&self) -> L1_ICACHE1_PRELOAD_RGID_R
Bits 3:6 - The bit is used to set the gid of l1 icache1 preload.