Struct esp32s2::extmem::pro_dcache_autoload_section0_size::W
source · pub struct W(_);
Expand description
Register PRO_DCACHE_AUTOLOAD_SECTION0_SIZE
writer
Implementations§
source§impl W
impl W
sourcepub fn pro_dcache_autoload_sct0_size(
&mut self
) -> PRO_DCACHE_AUTOLOAD_SCT0_SIZE_W<'_, 0>
pub fn pro_dcache_autoload_sct0_size( &mut self ) -> PRO_DCACHE_AUTOLOAD_SCT0_SIZE_W<'_, 0>
Bits 0:23 - The bits are used to configure the length of the first section for conditional pre-load operation. It should be combined with pro_dcache_autoload_sct0_ena.
Methods from Deref<Target = W<PRO_DCACHE_AUTOLOAD_SECTION0_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