Struct esp32s3::extmem::cache_preload_int_ctrl::W
source · pub struct W(_);
Expand description
Register CACHE_PRELOAD_INT_CTRL
writer
Implementations
sourceimpl W
impl W
sourcepub fn icache_preload_int_ena(&mut self) -> ICACHE_PRELOAD_INT_ENA_W<'_, 1>
pub fn icache_preload_int_ena(&mut self) -> ICACHE_PRELOAD_INT_ENA_W<'_, 1>
Bit 1 - The bit is used to enable the interrupt by icache pre-load done.
sourcepub fn icache_preload_int_clr(&mut self) -> ICACHE_PRELOAD_INT_CLR_W<'_, 2>
pub fn icache_preload_int_clr(&mut self) -> ICACHE_PRELOAD_INT_CLR_W<'_, 2>
Bit 2 - The bit is used to clear the interrupt by icache pre-load done.
sourcepub fn dcache_preload_int_ena(&mut self) -> DCACHE_PRELOAD_INT_ENA_W<'_, 4>
pub fn dcache_preload_int_ena(&mut self) -> DCACHE_PRELOAD_INT_ENA_W<'_, 4>
Bit 4 - The bit is used to enable the interrupt by dcache pre-load done.
sourcepub fn dcache_preload_int_clr(&mut self) -> DCACHE_PRELOAD_INT_CLR_W<'_, 5>
pub fn dcache_preload_int_clr(&mut self) -> DCACHE_PRELOAD_INT_CLR_W<'_, 5>
Bit 5 - The bit is used to clear the interrupt by dcache pre-load done.
Methods from Deref<Target = W<CACHE_PRELOAD_INT_CTRL_SPEC>>
Trait Implementations
sourceimpl From<W<CACHE_PRELOAD_INT_CTRL_SPEC>> for W
impl From<W<CACHE_PRELOAD_INT_CTRL_SPEC>> for W
sourcefn from(writer: W<CACHE_PRELOAD_INT_CTRL_SPEC>) -> Self
fn from(writer: W<CACHE_PRELOAD_INT_CTRL_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