Struct esp32c3::extmem::icache_preload_size::W
source · pub struct W(_);
Expand description
Register ICACHE_PRELOAD_SIZE
writer
Implementations§
source§impl W
impl W
sourcepub fn icache_preload_size(&mut self) -> ICACHE_PRELOAD_SIZE_W<'_, 0>
pub fn icache_preload_size(&mut self) -> ICACHE_PRELOAD_SIZE_W<'_, 0>
Bits 0:15 - The bits are used to configure the length for preload operation. The bits are the counts of cache block. It should be combined with ICACHE_PRELOAD_ADDR_REG..
Methods from Deref<Target = W<ICACHE_PRELOAD_SIZE_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