Struct esp32c6::extmem::l1_cache_preload_rst_ctrl::R
source · pub struct R(_);
Expand description
Register L1_CACHE_PRELOAD_RST_CTRL
reader
Implementations§
source§impl R
impl R
sourcepub fn l1_icache0_pld_rst(&self) -> L1_ICACHE0_PLD_RST_R
pub fn l1_icache0_pld_rst(&self) -> L1_ICACHE0_PLD_RST_R
Bit 0 - set this bit to reset preload-logic inside L1-ICache0. Recommend that this should only be used to initialize preload-logic when some fatal error of preload-logic occurs.
sourcepub fn l1_icache1_pld_rst(&self) -> L1_ICACHE1_PLD_RST_R
pub fn l1_icache1_pld_rst(&self) -> L1_ICACHE1_PLD_RST_R
Bit 1 - set this bit to reset preload-logic inside L1-ICache1. Recommend that this should only be used to initialize preload-logic when some fatal error of preload-logic occurs.
sourcepub fn l1_icache2_pld_rst(&self) -> L1_ICACHE2_PLD_RST_R
pub fn l1_icache2_pld_rst(&self) -> L1_ICACHE2_PLD_RST_R
Bit 2 - Reserved
sourcepub fn l1_icache3_pld_rst(&self) -> L1_ICACHE3_PLD_RST_R
pub fn l1_icache3_pld_rst(&self) -> L1_ICACHE3_PLD_RST_R
Bit 3 - Reserved
sourcepub fn l1_cache_pld_rst(&self) -> L1_CACHE_PLD_RST_R
pub fn l1_cache_pld_rst(&self) -> L1_CACHE_PLD_RST_R
Bit 4 - set this bit to reset preload-logic inside L1-Cache. Recommend that this should only be used to initialize preload-logic when some fatal error of preload-logic occurs.
Methods from Deref<Target = R<L1_CACHE_PRELOAD_RST_CTRL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more