Struct esp32s2::system::cache_control::R
source · pub struct R(_);Expand description
Register CACHE_CONTROL reader
Implementations§
source§impl R
impl R
sourcepub fn pro_icache_clk_on(&self) -> PRO_ICACHE_CLK_ON_R
pub fn pro_icache_clk_on(&self) -> PRO_ICACHE_CLK_ON_R
Bit 0 - Set this bit to enable clock of i-cache.
sourcepub fn pro_dcache_clk_on(&self) -> PRO_DCACHE_CLK_ON_R
pub fn pro_dcache_clk_on(&self) -> PRO_DCACHE_CLK_ON_R
Bit 1 - Set this bit to enable clock of d-cache.
sourcepub fn pro_cache_reset(&self) -> PRO_CACHE_RESET_R
pub fn pro_cache_reset(&self) -> PRO_CACHE_RESET_R
Bit 2 - Set this bit to reset cache.
Methods from Deref<Target = R<CACHE_CONTROL_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