Struct esp32s2::extmem::pro_icache_autoload_section1_size::W
source · pub struct W(_);
Expand description
Register PRO_ICACHE_AUTOLOAD_SECTION1_SIZE
writer
Implementations
sourceimpl W
impl W
sourcepub fn pro_icache_autoload_sct1_size(
&mut self
) -> PRO_ICACHE_AUTOLOAD_SCT1_SIZE_W<'_, 0>
pub fn pro_icache_autoload_sct1_size(
&mut self
) -> PRO_ICACHE_AUTOLOAD_SCT1_SIZE_W<'_, 0>
Bits 0:23 - The bits are used to configure the length of the second section for conditional pre-load operation. It should be combined with pro_icache_autoload_sct1_ena.
Methods from Deref<Target = W<PRO_ICACHE_AUTOLOAD_SECTION1_SIZE_SPEC>>
Trait Implementations
sourceimpl From<W<PRO_ICACHE_AUTOLOAD_SECTION1_SIZE_SPEC>> for W
impl From<W<PRO_ICACHE_AUTOLOAD_SECTION1_SIZE_SPEC>> for W
sourcefn from(writer: W<PRO_ICACHE_AUTOLOAD_SECTION1_SIZE_SPEC>) -> Self
fn from(writer: W<PRO_ICACHE_AUTOLOAD_SECTION1_SIZE_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more