Struct esp32s2::pms::pro_cache_1::W
source · pub struct W(_);
Expand description
Register PRO_CACHE_1
writer
Implementations§
source§impl W
impl W
sourcepub fn pro_cache_connect(&mut self) -> PRO_CACHE_CONNECT_W<'_, 0>
pub fn pro_cache_connect(&mut self) -> PRO_CACHE_CONNECT_W<'_, 0>
Bits 0:15 - Configure which SRAM Block will be occupied by Icache or Dcache.
Methods from Deref<Target = W<PRO_CACHE_1_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